|
| SchurPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &K, const ordinal_type p, const ordinal_type m, const ordinal_type diag) |
| Constructor.
|
|
virtual | ~SchurPreconditioner () |
| Destructor.
|
|
virtual ordinal_type | ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type prec_iters) const |
| Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.
|
|
| Operator () |
| Constructor.
|
|
virtual | ~Operator () |
| Destructor.
|
|
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.
|
|
|
ordinal_type | fact (ordinal_type n) const |
|
ordinal_type | size (ordinal_type n, ordinal_type m) const |
|
|
const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & | K |
|
const ordinal_type | p |
|
const ordinal_type | m |
|
const ordinal_type | diag |
|
◆ ApplyInverse()
template<typename ordinal_type , typename value_type >
ordinal_type Stokhos::SchurPreconditioner< ordinal_type, value_type >::ApplyInverse |
( |
const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & |
Input, |
|
|
Teuchos::SerialDenseMatrix< ordinal_type, value_type > & |
Result, |
|
|
ordinal_type |
m |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files:
- Stokhos_SchurPreconditioner.hpp
- Stokhos_SchurPreconditionerImp.hpp