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

Public Member Functions | Protected Member Functions
concepts::SuperLUFabric< F > Class Template Reference

Fabric class for SuperLU. More...

#include <superLUfabric.hh>

Inheritance diagram for concepts::SuperLUFabric< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::SuperLUFabric< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual Operator< F > * operator() (Operator< F > &matrix)
 Creates a linear solver from matrix.
virtual Operator< F > * operator() (SparseMatrix< F > &matrix)

Protected Member Functions

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

Detailed Description

template<class F = Real>
class concepts::SuperLUFabric< F >

Fabric class for SuperLU.

Author:
Philipp Frauenfelder, 2002
Examples:

hpFEM3d-EV.cc.

Definition at line 19 of file superLUfabric.hh.


Member Function Documentation

template<class F = Real>
virtual std::ostream& concepts::SuperLUFabric< F >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 30 of file superLUfabric.hh.

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

Definition at line 26 of file solverFabric.hh.

template<class F = Real>
virtual Operator<F>* concepts::SuperLUFabric< F >::operator() ( Operator< F > &  matrix) [inline, virtual]

Creates a linear solver from matrix.

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

Returns:
Reference to the linear solver

Implements concepts::SolverFabric< F >.

Definition at line 21 of file superLUfabric.hh.

Here is the call graph for this function:


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

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