|
| | MeanBasedDivisionExpansionStrategy () |
| | Constructor.
|
| |
| virtual | ~MeanBasedDivisionExpansionStrategy () |
| | 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.
|
| |
| 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)=0 |
| |
template<typename ordinal_type, typename value_type, typename
node_type>
class Stokhos::MeanBasedDivisionExpansionStrategy< 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
Definition at line 57 of file Stokhos_MeanBasedDivisionExpansionStrategy.hpp.