Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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.
 
virtual ~InversePreconditioner ()
 Destructor.
 
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.
 
virtual ~Operator ()
 Destructor.
 
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.
 

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 56 of file Stokhos_InversePreconditioner.hpp.

Constructor & Destructor Documentation

◆ InversePreconditioner()

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 61 of file Stokhos_InversePreconditioner.hpp.

◆ ~InversePreconditioner()

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

Destructor.

Definition at line 65 of file Stokhos_InversePreconditioner.hpp.

Member Function Documentation

◆ ApplyInverse()

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 67 of file Stokhos_InversePreconditioner.hpp.

Member Data Documentation

◆ A

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 94 of file Stokhos_InversePreconditioner.hpp.


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