sparse_solver.hh File Reference
Include dependency graph for sparse_solver.hh:
This graph shows which files directly or indirectly include this file:

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 >
operator* (const typename TSparseSolver< F >::A_mult_x &A, const F &x)
 

Function Documentation

◆ operator*()

template<typename F >
F operator* ( const typename TSparseSolver< F >::A_mult_x &  A,
const F &  x 
)

Implement the multiplication of a Matrix with an Image,

Parameters
Athe matrix
xthe input image
Returns
A * x, (works like a matrix filter)
Remarks
maybethis should go into the filter section

Definition at line 178 of file sparse_solver.hh.

References multiply< F >::apply(), and NS_MIA_END.