Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Abstract base class for orthogonal polynomial-based expansions. More...
#include <Stokhos_OrthogPolyExpansion.hpp>
Public Types | |
typedef Sparse3Tensor < ordinal_type, value_type > | tp_type |
Typename of TripleProduct tensor. More... | |
Public Member Functions | |
OrthogPolyExpansion () | |
Constructor. More... | |
virtual | ~OrthogPolyExpansion () |
Destructor. More... | |
virtual ordinal_type | size () const =0 |
Get expansion size. More... | |
virtual Teuchos::RCP< const OrthogPolyBasis< ordinal_type, value_type > > | getBasis () const =0 |
Get basis. More... | |
virtual Teuchos::RCP< const Sparse3Tensor< ordinal_type, value_type > > | getTripleProduct () const =0 |
Get triple product. More... | |
virtual void | unaryMinus (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | plusEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &x)=0 |
virtual void | minusEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &x)=0 |
virtual void | timesEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &x)=0 |
virtual void | divideEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &x)=0 |
virtual void | plusEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &x)=0 |
virtual void | minusEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &x)=0 |
virtual void | timesEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &x)=0 |
virtual void | divideEqual (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &x)=0 |
virtual void | plus (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | plus (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | plus (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const value_type &b)=0 |
virtual void | minus (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | minus (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | minus (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const value_type &b)=0 |
virtual void | times (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | times (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | times (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const value_type &b)=0 |
virtual void | divide (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | divide (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | divide (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const value_type &b)=0 |
virtual void | exp (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | log (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | log10 (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | sqrt (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | cbrt (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | pow (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | pow (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | pow (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const value_type &b)=0 |
virtual void | cos (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | sin (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | tan (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | cosh (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | sinh (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | tanh (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | acos (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | asin (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | atan (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | acosh (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | asinh (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | atanh (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | abs (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | fabs (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)=0 |
virtual void | max (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | max (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | max (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const value_type &b)=0 |
virtual void | min (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | min (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &a, const OrthogPolyApprox< ordinal_type, value_type, node_type > &b)=0 |
virtual void | min (OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const value_type &b)=0 |
Private Member Functions | |
OrthogPolyExpansion (const OrthogPolyExpansion &) | |
OrthogPolyExpansion & | operator= (const OrthogPolyExpansion &b) |
Abstract base class for orthogonal polynomial-based expansions.
Definition at line 25 of file Stokhos_OrthogPolyExpansion.hpp.
typedef Sparse3Tensor<ordinal_type, value_type> Stokhos::OrthogPolyExpansion< ordinal_type, value_type, node_type >::tp_type |
Typename of TripleProduct tensor.
Definition at line 29 of file Stokhos_OrthogPolyExpansion.hpp.
|
inline |
Constructor.
Definition at line 32 of file Stokhos_OrthogPolyExpansion.hpp.
|
inlinevirtual |
Destructor.
Definition at line 35 of file Stokhos_OrthogPolyExpansion.hpp.
|
private |
|
pure virtual |
Get expansion size.
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Get basis.
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Get triple product.
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, and Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >, Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, and Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::PseudoSpectralOrthogPolyExpansion< ordinal_type, value_type, point_compare_type, node_type >, Stokhos::QuadOrthogPolyExpansion< ordinal_type, value_type, node_type >, Stokhos::AlgebraicOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::AlgebraicOrthogPolyExpansion< OrdinalType, ValueType >, and Stokhos::AlgebraicOrthogPolyExpansion< int, double >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
pure virtual |
Implemented in Stokhos::DerivOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::DerivOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::ConstantOrthogPolyExpansion< ordinal_type, value_type >, Stokhos::ConstantOrthogPolyExpansion< OrdinalType, ValueType >, Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, node_type >, Stokhos::OrthogPolyExpansionBase< OrdinalType, ValueType, Stokhos::StandardStorage< OrdinalType, ValueType > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, Stokhos::OrthogPolyExpansionBase< int, double, Stokhos::StandardStorage< int, double > >, and Stokhos::OrthogPolyExpansionBase< ordinal_type, value_type, Stokhos::StandardStorage< ordinal_type, value_type > >.
|
private |