#include <mia/2d/sparse_image_solver.hh>
Static Public Member Functions | |
static void | apply (T2DImage< T > &result, const typename TSparseSolver< T2DImage< T > >::A_mult_x &A, const T2DImage< T > &x) |
Specialize the implementation of multiplying a Matrix with an Image,
A | the matrix |
x | the input image |
Definition at line 63 of file sparse_image_solver.hh.
|
static |
The function to apply the multiplication
[out] | result | location to store the result, ususally it should be allocated and of the same size like x |
[in] | A | sparse Matrix |
[in] | x | the filed to multiply with the matrix |
Definition at line 74 of file sparse_image_solver.hh.
References T2DImage< T >::begin(), T2DImage< T >::end(), FACTORY_TRAIT, C2DImage::get_size(), NS_MIA_END, T2DVector< T >::x, and T2DVector< T >::y.