Interface for a preconditioner. More...
#include <arcane/core/matvec/Matrix.h>
Public Member Functions | |
| virtual void | apply (Vector &out_vec, const Vector &vec)=0 |
Interface for a preconditioner.
The preconditioner takes a vector as input (generally the residual) and multiplies it by an approximation of the inverse matrix of the linear system.
Definition at line 115 of file core/matvec/Matrix.h.
|
inlinevirtual |
Definition at line 119 of file core/matvec/Matrix.h.