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