#include <Stokhos_SchurPreconditioner.hpp>
|
| SchurPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &K, const ordinal_type p, const ordinal_type m, const ordinal_type diag) |
| Constructor. More...
|
|
virtual | ~SchurPreconditioner () |
| Destructor. More...
|
|
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. More...
|
|
| Operator () |
| Constructor. More...
|
|
virtual | ~Operator () |
| Destructor. More...
|
|
|
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 |
|
template<typename ordinal_type, typename value_type>
class Stokhos::SchurPreconditioner< ordinal_type, value_type >
Definition at line 56 of file Stokhos_SchurPreconditioner.hpp.
◆ SchurPreconditioner()
template<typename ordinal_type , typename value_type >
◆ ~SchurPreconditioner()
template<typename ordinal_type , typename value_type >
◆ 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 |
◆ fact()
template<typename ordinal_type , typename value_type >
◆ size()
template<typename ordinal_type , typename value_type >
template<typename ordinal_type, typename value_type>
template<typename ordinal_type, typename value_type>
template<typename ordinal_type, typename value_type>
◆ diag
template<typename ordinal_type, typename value_type>
The documentation for this class was generated from the following files: