ViennaCL - The Vienna Computing Library
1.2.0
|
#include <spai.hpp>
Public Member Functions | |
fspai_precond (const MatrixType &A, const fspai_tag &tag) | |
Constructor. | |
void | apply (VectorType &vec) const |
Application of current preconditioner, multiplication on the right-hand side vector. |
|
inline |
Constructor.
A | matrix whose approximate inverse is calculated. Must be quadratic. |
tag | SPAI configuration tag |
|
inline |
Application of current preconditioner, multiplication on the right-hand side vector.
vec | rhs vector |