Stokhos
Development
|
Public Member Functions | |
InversePreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, double > &A_) | |
Constructor. | |
virtual | ~InversePreconditioner () |
Destructor. | |
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. | |
virtual | ~Operator () |
Destructor. | |
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. | |
Protected Attributes | |
const Teuchos::SerialDenseMatrix < ordinal_type, value_type > & | A |