Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_InversePreconditioner.hpp>
Public Member Functions | |
InversePreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, double > &A_) | |
Constructor. More... | |
virtual | ~InversePreconditioner () |
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 |
Public Member Functions inherited from Stokhos::Operator< ordinal_type, double > | |
Operator () | |
Constructor. More... | |
virtual | ~Operator () |
Destructor. More... | |
virtual ordinal_type | ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, double > &Input, Teuchos::SerialDenseMatrix< ordinal_type, double > &Result, ordinal_type m) const =0 |
Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result. More... | |
Protected Attributes | |
const Teuchos::SerialDenseMatrix < ordinal_type, value_type > & | A |
Definition at line 21 of file Stokhos_InversePreconditioner.hpp.
|
inline |
Constructor.
Definition at line 26 of file Stokhos_InversePreconditioner.hpp.
|
inlinevirtual |
Destructor.
Definition at line 30 of file Stokhos_InversePreconditioner.hpp.
|
inlinevirtual |
Definition at line 32 of file Stokhos_InversePreconditioner.hpp.
|
protected |
Definition at line 59 of file Stokhos_InversePreconditioner.hpp.