|
Stokhos Development
|
Strategy interface for computing PCE of a/b using only b[0]. More...
#include <Stokhos_MeanBasedDivisionExpansionStrategy.hpp>


Public Member Functions | |
| 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) |
Public Member Functions inherited from Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type > | |
| DivisionExpansionStrategy () | |
| Constructor. | |
| virtual | ~DivisionExpansionStrategy () |
| Destructor. | |
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
|
virtual |