Go to the source code of this file.
Data Structures | |
struct | multiply< T2DImage< T > > |
Typedefs | |
typedef C2DImageSparseSolver::A_mult_x | C2DImageSolverAmultx |
base class for the Matrix-Vector multiplication More... | |
typedef TFactory< C2DImageSolverAmultx > | C2DImageSolverAmultxPlugin |
plug-in base for the Matrix-Vector multiplication More... | |
typedef THandlerSingleton< TFactoryPluginHandler< C2DImageSolverAmultxPlugin > > | C2DImageSolverAmultxPluginHandler |
plug-in handler for the Matrix-Vector multiplication More... | |
typedef TSparseSolver< C2DFImage > | C2DImageSparseSolver |
base type for the sparse solvers for 2D images More... | |
typedef THandlerSingleton< TFactoryPluginHandler< TFactory< C2DImageSparseSolver > > > | C2DImageSparseSolverPluginHandler |
Plugin handler for sparse image solver plug-ins. More... | |
typedef std::shared_ptr< C2DImageSolverAmultx > | P2DImageSolverAmultx |
pointer type for the Matrix-Vector multiplication More... | |
typedef std::shared_ptr< C2DImageSparseSolver > | P2DImageSparseSolver |
pointer type for the sparse solvers for 2D images More... | |
base class for the Matrix-Vector multiplication
Definition at line 40 of file sparse_image_solver.hh.
plug-in base for the Matrix-Vector multiplication
Definition at line 46 of file sparse_image_solver.hh.
typedef THandlerSingleton<TFactoryPluginHandler<C2DImageSolverAmultxPlugin> > C2DImageSolverAmultxPluginHandler |
plug-in handler for the Matrix-Vector multiplication
Definition at line 49 of file sparse_image_solver.hh.
typedef TSparseSolver<C2DFImage> C2DImageSparseSolver |
base type for the sparse solvers for 2D images
Definition at line 31 of file sparse_image_solver.hh.
typedef THandlerSingleton<TFactoryPluginHandler<TFactory<C2DImageSparseSolver> > > C2DImageSparseSolverPluginHandler |
Plugin handler for sparse image solver plug-ins.
Definition at line 37 of file sparse_image_solver.hh.
typedef std::shared_ptr<C2DImageSolverAmultx> P2DImageSolverAmultx |
pointer type for the Matrix-Vector multiplication
Definition at line 43 of file sparse_image_solver.hh.
typedef std::shared_ptr<C2DImageSparseSolver > P2DImageSparseSolver |
pointer type for the sparse solvers for 2D images
Definition at line 34 of file sparse_image_solver.hh.