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::GSPreconditioner< ordinal_type, value_type > Class Template Reference

#include <Stokhos_GSPreconditioner.hpp>

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

Public Member Functions

 GSPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &A_, const ordinal_type sym_)
 Constructor. More...
 
virtual ~GSPreconditioner ()
 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
 Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result. More...
 
- Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type >
 Operator ()
 Constructor. More...
 
virtual ~Operator ()
 Destructor. More...
 

Protected Attributes

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

Detailed Description

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

Definition at line 21 of file Stokhos_GSPreconditioner.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 26 of file Stokhos_GSPreconditioner.hpp.

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

Destructor.

Definition at line 31 of file Stokhos_GSPreconditioner.hpp.

Member Function Documentation

template<typename ordinal_type, typename value_type>
virtual ordinal_type Stokhos::GSPreconditioner< 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

Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.

Implements Stokhos::Operator< ordinal_type, value_type >.

Definition at line 35 of file Stokhos_GSPreconditioner.hpp.

Member Data Documentation

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

Definition at line 92 of file Stokhos_GSPreconditioner.hpp.

template<typename ordinal_type, typename value_type>
const ordinal_type Stokhos::GSPreconditioner< ordinal_type, value_type >::sym
protected

Definition at line 94 of file Stokhos_GSPreconditioner.hpp.


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