Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Sacado::ETPCE::ExprQuadFuncWrapper< NN, ExprT > Struct Template Reference

#include <Sacado_ETPCE_OrthogPolyImp.hpp>

Public Types

typedef ExprT::value_type value_type
 

Public Member Functions

 ExprQuadFuncWrapper (const ExprT &expr)
 
template<typename tuple_type >
KERNEL_PREFIX value_type operator() (tuple_type x) const
 

Public Attributes

const ExprT & expr_
 

Static Public Attributes

static const int N = NN
 

Detailed Description

template<int NN, typename ExprT>
struct Sacado::ETPCE::ExprQuadFuncWrapper< NN, ExprT >

Definition at line 18 of file Sacado_ETPCE_OrthogPolyImp.hpp.

Member Typedef Documentation

template<int NN, typename ExprT >
typedef ExprT::value_type Sacado::ETPCE::ExprQuadFuncWrapper< NN, ExprT >::value_type

Definition at line 20 of file Sacado_ETPCE_OrthogPolyImp.hpp.

Constructor & Destructor Documentation

template<int NN, typename ExprT >
Sacado::ETPCE::ExprQuadFuncWrapper< NN, ExprT >::ExprQuadFuncWrapper ( const ExprT &  expr)
inline

Definition at line 22 of file Sacado_ETPCE_OrthogPolyImp.hpp.

Member Function Documentation

template<int NN, typename ExprT >
template<typename tuple_type >
KERNEL_PREFIX value_type Sacado::ETPCE::ExprQuadFuncWrapper< NN, ExprT >::operator() ( tuple_type  x) const
inline

Definition at line 24 of file Sacado_ETPCE_OrthogPolyImp.hpp.

Member Data Documentation

template<int NN, typename ExprT >
const int Sacado::ETPCE::ExprQuadFuncWrapper< NN, ExprT >::N = NN
static

Definition at line 19 of file Sacado_ETPCE_OrthogPolyImp.hpp.

template<int NN, typename ExprT >
const ExprT& Sacado::ETPCE::ExprQuadFuncWrapper< NN, ExprT >::expr_

Definition at line 21 of file Sacado_ETPCE_OrthogPolyImp.hpp.


The documentation for this struct was generated from the following file: