Go to the documentation of this file.
54 virtual std::ostream&
info(std::ostream& os)
const;
virtual std::ostream & info(std::ostream &os) const
const uint n_
System size.
virtual void operator()(const Function< Real > &fncY, Function< Real > &fncX)
Sparse direct solver for unsymmetric matrices.
void * symbolic_
UMFPACK data.
concepts::Array< long int > Ai_
Abstract class for an operator.
concepts::Array< Real > Ax_
UMFPACK data.
Umfpack(const SparseMatrix< Real > &A, bool symmetric=false)
Constructor.
bool factored_
Stores if the factorization was already computed before.
concepts::Array< long int > Ap_
UMFPACK data.
void operator()(const Vector< Real > &fncY, Vector< Real > &fncX)
Basic namespace for Concepts-2.