|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_Operator.hpp>

Public Member Functions | |
| Operator () | |
| Constructor. More... | |
| virtual | ~Operator () |
| 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 =0 |
| Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result. More... | |
Definition at line 52 of file Stokhos_Operator.hpp.
|
inline |
Constructor.
Definition at line 56 of file Stokhos_Operator.hpp.
|
inlinevirtual |
Destructor.
Definition at line 59 of file Stokhos_Operator.hpp.
|
pure virtual |
Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.
Implemented in Stokhos::GSPreconditioner< ordinal_type, value_type >, Stokhos::SchurPreconditioner< ordinal_type, value_type >, Stokhos::BlockPreconditioner< ordinal_type, value_type >, Stokhos::DiagPreconditioner< ordinal_type, value_type >, and Stokhos::JacobiPreconditioner< ordinal_type, value_type >.
1.8.5