|
|
| GMRESDivisionExpansionStrategy (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > &basis_, const Teuchos::RCP< const Stokhos::Sparse3Tensor< ordinal_type, value_type > > &Cijk_, const ordinal_type prec_iter_, const value_type tol_, const ordinal_type PrecNum_, const ordinal_type max_it_, const ordinal_type linear_, const ordinal_type diag_, const ordinal_type equil_) |
| | Constructor.
|
|
virtual | ~GMRESDivisionExpansionStrategy () |
| | Destructor.
|
| virtual void | divide (Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &alpha, const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &b, const value_type &beta) |
|
| DivisionExpansionStrategy () |
| | Constructor.
|
|
virtual | ~DivisionExpansionStrategy () |
| | Destructor.
|
template<typename
ordinal_type, typename
value_type, typename node_type>
class Stokhos::GMRESDivisionExpansionStrategy< ordinal_type, value_type, node_type >
Strategy interface for computing PCE of a/b using only b[0].
Such a strategy is only useful when the division occurs in a preconditioner