Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
Stokhos::InversePreconditioner< ordinal_type, value_type > Class Template Reference

#include <Stokhos_InversePreconditioner.hpp>

Inheritance diagram for Stokhos::InversePreconditioner< ordinal_type, value_type >:
Inheritance graph
[legend]

Public Member Functions

 InversePreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, double > &A_)
 Constructor. More...
 
virtual ~InversePreconditioner ()
 Destructor. More...
 
virtual ordinal_type ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type m) const
 
- Public Member Functions inherited from Stokhos::Operator< ordinal_type, double >
 Operator ()
 Constructor. More...
 
virtual ~Operator ()
 Destructor. More...
 
virtual ordinal_type ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, double > &Input, Teuchos::SerialDenseMatrix< ordinal_type, double > &Result, ordinal_type m) const =0
 Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result. More...
 

Protected Attributes

const
Teuchos::SerialDenseMatrix
< ordinal_type, value_type > & 
A
 

Detailed Description

template<typename ordinal_type, typename value_type>
class Stokhos::InversePreconditioner< ordinal_type, value_type >

Definition at line 21 of file Stokhos_InversePreconditioner.hpp.

Constructor & Destructor Documentation

template<typename ordinal_type , typename value_type >
Stokhos::InversePreconditioner< ordinal_type, value_type >::InversePreconditioner ( const Teuchos::SerialDenseMatrix< ordinal_type, double > &  A_)
inline

Constructor.

Definition at line 26 of file Stokhos_InversePreconditioner.hpp.

template<typename ordinal_type , typename value_type >
virtual Stokhos::InversePreconditioner< ordinal_type, value_type >::~InversePreconditioner ( )
inlinevirtual

Destructor.

Definition at line 30 of file Stokhos_InversePreconditioner.hpp.

Member Function Documentation

template<typename ordinal_type , typename value_type >
virtual ordinal_type Stokhos::InversePreconditioner< ordinal_type, value_type >::ApplyInverse ( const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &  Input,
Teuchos::SerialDenseMatrix< ordinal_type, value_type > &  Result,
ordinal_type  m 
) const
inlinevirtual

Definition at line 32 of file Stokhos_InversePreconditioner.hpp.

Member Data Documentation

template<typename ordinal_type , typename value_type >
const Teuchos::SerialDenseMatrix<ordinal_type,value_type>& Stokhos::InversePreconditioner< ordinal_type, value_type >::A
protected

Definition at line 59 of file Stokhos_InversePreconditioner.hpp.


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