Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_GSPreconditioner.hpp>
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 |
Definition at line 21 of file Stokhos_GSPreconditioner.hpp.
|
inline |
Constructor.
Definition at line 26 of file Stokhos_GSPreconditioner.hpp.
|
inlinevirtual |
Destructor.
Definition at line 31 of file Stokhos_GSPreconditioner.hpp.
|
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.
|
protected |
Definition at line 92 of file Stokhos_GSPreconditioner.hpp.
|
protected |
Definition at line 94 of file Stokhos_GSPreconditioner.hpp.