#include <umfpackFabric.hh>
Public Member Functions | |
UmfpackFabric (bool symmetric=false) | |
virtual Operator< Real > * | operator() () |
virtual Operator< Real > * | operator() (Operator< Real > &matrix) |
virtual Operator< Real > * | operator() (SparseMatrix< Real > &matrix) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Fabric class for Umfpack
.
Definition at line 21 of file umfpackFabric.hh.
Definition at line 23 of file umfpackFabric.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 35 of file umfpackFabric.hh.
Creates a linear solver from matrix
. The caller is responsible for the deletion of the delivered object.
Implements concepts::SolverFabric< Real >.
Definition at line 24 of file umfpackFabric.hh.
|
inlinevirtual |
Implements concepts::SolverFabric< Real >.
Definition at line 28 of file umfpackFabric.hh.
|
inlinevirtual |
Definition at line 31 of file umfpackFabric.hh.