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 18 of file Stokhos_Operator.hpp.
|
inline |
Constructor.
Definition at line 22 of file Stokhos_Operator.hpp.
|
inlinevirtual |
Destructor.
Definition at line 25 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::BlockPreconditioner< ordinal_type, value_type >, Stokhos::JacobiPreconditioner< ordinal_type, value_type >, Stokhos::SchurPreconditioner< ordinal_type, value_type >, and Stokhos::DiagPreconditioner< ordinal_type, value_type >.