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) |
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 178 of file sparse_solver.hh.
References multiply< F >::apply(), and NS_MIA_END.