Go to the documentation of this file.
40 virtual std::ostream&
info(std::ostream& os)
const;
bool symmetric_
Symmetric system?
virtual std::ostream & info(std::ostream &os) const
void operator()(const Vector< Real > &fncY, Vector< Real > &fncX)
const uint n_
System size.
const Space< Real > & spcX_
Image space.
bool factored_
Stores if the factorization was already computed before.
Spooles(const SparseMatrix< Real > &A, bool symmetric=false)
Constructor.
const Space< Real > & spcY_
Source space.
Abstract class for an operator.
virtual const Space< Real > & spaceY() const
virtual void operator()(const Function< Real > &fncY, Function< Real > &fncX)
virtual const Space< Real > & spaceX() const
Sparse direct solver for symmetric and unsymmetric matrices.
double Real
Type normally used for a floating point number.
Basic namespace for Concepts-2.