Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
concepts::UmfpackFabric Class Reference

Fabric class for Umfpack. More...

#include <umfpackFabric.hh>

Inheritance diagram for concepts::UmfpackFabric:
Inheritance graph
[legend]
Collaboration diagram for concepts::UmfpackFabric:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual Operator< Real > * operator() (Operator< Real > &matrix)
virtual Operator< Real > * operator() (SparseMatrix< Real > &matrix)
virtual Operator< Real > * operator() (Operator< Real > &matrix)=0
 Creates a linear solver from matrix.
virtual Operator< Real > * operator() (SparseMatrix< Real > &matrix)
 UmfpackFabric (bool symmetric=false)

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Private Attributes

bool symmetric_

Detailed Description

Fabric class for Umfpack.

Author:
Philipp Frauenfelder, 2002

Definition at line 16 of file umfpackFabric.hh.


Constructor & Destructor Documentation

concepts::UmfpackFabric::UmfpackFabric ( bool  symmetric = false) [inline]

Definition at line 18 of file umfpackFabric.hh.


Member Function Documentation

virtual std::ostream& concepts::UmfpackFabric::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 26 of file umfpackFabric.hh.

virtual Operator<Real >* concepts::SolverFabric< Real >::operator() ( SparseMatrix< Real > &  matrix) [inline, virtual, inherited]

Definition at line 26 of file solverFabric.hh.

Here is the call graph for this function:

virtual Operator<Real >* concepts::SolverFabric< Real >::operator() ( Operator< Real > &  matrix) [pure virtual, inherited]

Creates a linear solver from matrix.

The caller is responsible for the deletion of the delivered object.

Returns:
Reference to the linear solver

Implemented in vectorial::BramblePasciakFabric, and vectorial::CGUzawaFabric.

virtual Operator<Real>* concepts::UmfpackFabric::operator() ( Operator< Real > &  matrix) [inline, virtual]

Definition at line 19 of file umfpackFabric.hh.

virtual Operator<Real>* concepts::UmfpackFabric::operator() ( SparseMatrix< Real > &  matrix) [inline, virtual]

Definition at line 22 of file umfpackFabric.hh.


Member Data Documentation

Definition at line 30 of file umfpackFabric.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)