96 this->trans_solve(rhs, y);
Base class for all matrices stored in sparse format.
FloatArray trans_solve(const FloatArray &rhs) const
Solves transposed system.
Preconditioner()
Constructor.
virtual void init(const SparseMtrx &a)
Initializes the receiver (constructs the preconditioning matrix M) of given matrix.
FloatArray solve(const FloatArray &rhs) const
Solves the linear system.
Class representing vector of real numbers.
Abstract class for IML++ compatible preconditioner.
IRResultType
Type defining the return values of InputRecord reading operations.
virtual const char * giveClassName() const
Returns the preconditioner name.
virtual ~Preconditioner(void)
Destructor.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver from given record. Empty implementation.