Stokhos Development
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Stokhos::JacobiPreconditioner< ordinal_type, value_type > Class Template Reference
Inheritance diagram for Stokhos::JacobiPreconditioner< ordinal_type, value_type >:
Inheritance graph
[legend]
Collaboration diagram for Stokhos::JacobiPreconditioner< ordinal_type, value_type >:
Collaboration graph
[legend]

Public Member Functions

 JacobiPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &A_)
 Constructor.
 
virtual ~JacobiPreconditioner ()
 Destructor.
 
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.
 
- Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type >
 Operator ()
 Constructor.
 
virtual ~Operator ()
 Destructor.
 

Protected Attributes

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

Member Function Documentation

◆ ApplyInverse()

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


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