Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Sacado_ETPCE_OrthogPolyOps.hpp>
Public Types | |
typedef Expr< T1 > | ExprT1 |
typedef Expr< T2 > | ExprT2 |
typedef ExprT1::value_type | value_type_1 |
typedef ExprT2::value_type | value_type_2 |
typedef Sacado::Promote< value_type_1, value_type_2 >::type | value_type |
typedef ExprT1::approx_type | approx_type |
typedef ExprT1::expansion_type | expansion_type |
typedef ExprT1::quad_expansion_type | quad_expansion_type |
typedef ExprT1::storage_type | storage_type |
typedef ExprT1::base_expr_type | base_expr_type |
Public Member Functions | |
Expr (const ExprT1 &expr1_, const ExprT2 &expr2_) | |
std::string | name () const |
int | size () const |
const approx_type & | getArg (int i) const |
bool | has_nonconst_expansion () const |
Teuchos::RCP< expansion_type > | expansion () const |
Teuchos::RCP< quad_expansion_type > | quad_expansion () const |
bool | has_fast_access (int sz) const |
int | order () const |
value_type | val () const |
value_type | fast_higher_order_coeff (int i) const |
value_type | higher_order_coeff (int i) const |
template<int offset, typename tuple_type > | |
KERNEL_PREFIX value_type | eval_sample (tuple_type x) const |
Static Public Attributes | |
static const int | num_args1 = ExprT1::num_args |
static const int | num_args2 = ExprT2::num_args |
static const int | num_args = num_args1 + num_args2 |
Protected Attributes | |
const ExprT1 & | expr1 |
const ExprT2 & | expr2 |
Definition at line 820 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef Expr<T1> Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::ExprT1 |
Definition at line 824 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef Expr<T2> Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::ExprT2 |
Definition at line 825 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef ExprT1::value_type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::value_type_1 |
Definition at line 826 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef ExprT2::value_type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::value_type_2 |
Definition at line 827 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef Sacado::Promote<value_type_1, value_type_2>::type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::value_type |
Definition at line 829 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef ExprT1::approx_type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::approx_type |
Definition at line 831 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef ExprT1::expansion_type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::expansion_type |
Definition at line 832 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef ExprT1::quad_expansion_type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::quad_expansion_type |
Definition at line 833 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef ExprT1::storage_type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::storage_type |
Definition at line 834 of file Sacado_ETPCE_OrthogPolyOps.hpp.
typedef ExprT1::base_expr_type Sacado::ETPCE::Expr< MultiplicationOp< Expr< T1 >, Expr< T2 > > >::base_expr_type |
Definition at line 835 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 841 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 844 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 848 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 857 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 864 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 868 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 873 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 879 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 883 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 885 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 892 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 896 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
inline |
Definition at line 901 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
static |
Definition at line 837 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
static |
Definition at line 838 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
static |
Definition at line 839 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
protected |
Definition at line 908 of file Sacado_ETPCE_OrthogPolyOps.hpp.
|
protected |
Definition at line 909 of file Sacado_ETPCE_OrthogPolyOps.hpp.