Data Structures | Typedefs
sparse_image_solver.hh File Reference
#include <mia/core/factory.hh>
#include <mia/core/sparse_solver.hh>
#include <mia/2d/image.hh>

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< C2DFImageC2DImageSparseSolver
 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...
 

Typedef Documentation

base class for the Matrix-Vector multiplication

Definition at line 52 of file sparse_image_solver.hh.

plug-in base for the Matrix-Vector multiplication

Definition at line 58 of file sparse_image_solver.hh.

plug-in handler for the Matrix-Vector multiplication

Definition at line 61 of file sparse_image_solver.hh.

base type for the sparse solvers for 2D images

Definition at line 31 of file sparse_image_solver.hh.

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 55 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.