|
ViennaCL - The Vienna Computing Library
1.2.0
|
#include <spai.hpp>
Public Member Functions | |
| spai_precond (const MatrixType &A, const spai_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 tag |
|
inline |
Application of current preconditioner, multiplication on the right-hand side vector.
| vec | rhs vector |
1.8.1.2