62 virtual const char *
giveClassName()
const {
return "VoidPreconditioner"; }
65 #endif // voidprecond_h void trans_solve(const FloatArray &rhs, FloatArray &solution) const
Solves the transposed system.
Base class for all matrices stored in sparse format.
void solve(const FloatArray &rhs, FloatArray &solution) const
Solves the linear system.
virtual const char * giveClassName() const
Returns the preconditioner name.
void init(const SparseMtrx &a)
Initializes the receiver (constructs the preconditioning matrix M) of given matrix.
Class representing vector of real numbers.
Abstract class for IML++ compatible preconditioner.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class implementing void preconditioner.
virtual ~VoidPreconditioner(void)
Destructor.