|
My Project
|
Go to the source code of this file.
Data Structures | |
| class | TSparseSolver< F >::A_mult_x |
| A class that implements the multiplication of a cell of the matrix A with the field x. More... | |
| struct | multiply< F > |
| Class template to implement a matrix - field multiplication. More... | |
| class | TSparseSolver< F > |
| solver for sparse systems of equations More... | |
Functions | |
| template<typename F> | |
| F | operator* (const typename TSparseSolver< F >::A_mult_x &A, const F &x) |
Variables | |
| template<typename F> | |
| const char *const | TSparseSolver< F >::type_descr = "sparsesolver" |
| F operator* | ( | const typename TSparseSolver< F >::A_mult_x & | A, |
| const F & | x ) |
Implement the multiplication of a Matrix with an Image,
| A | the matrix |
| x | the input image |
Definition at line 182 of file sparse_solver.hh.
References multiply< F >::apply().
| const char* const TSparseSolver< F >::type_descr = "sparsesolver" |
Definition at line 141 of file sparse_solver.hh.
Referenced by CPluginHandlerBase::CPluginHandlerBase().