Sacado 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 | List of all members
Sacado::Tay::UnaryPlusOp< ExprT > Class Template Reference

#include <Sacado_Tay_CacheTaylor.hpp>

Public Types

typedef ExprT::value_type value_type
 
typedef ExprT::scalar_type scalar_type
 
typedef ExprT::base_expr_type base_expr_type
 

Public Member Functions

 UnaryPlusOp (const ExprT &expr)
 
void allocateCache (int d) const
 
value_type computeCoeff (int i, const ExprT &expr) const
 
value_type computeFastAccessCoeff (int i, const ExprT &expr) const
 

Detailed Description

template<class ExprT>
class Sacado::Tay::UnaryPlusOp< ExprT >

Definition at line 40 of file Sacado_Tay_CacheTaylor.hpp.

Member Typedef Documentation

template<class ExprT >
typedef ExprT::value_type Sacado::Tay::UnaryPlusOp< ExprT >::value_type

Definition at line 50 of file Sacado_Tay_CacheTaylorOps.hpp.

template<class ExprT >
typedef ExprT::scalar_type Sacado::Tay::UnaryPlusOp< ExprT >::scalar_type

Definition at line 51 of file Sacado_Tay_CacheTaylorOps.hpp.

template<class ExprT >
typedef ExprT::base_expr_type Sacado::Tay::UnaryPlusOp< ExprT >::base_expr_type

Definition at line 52 of file Sacado_Tay_CacheTaylorOps.hpp.

Constructor & Destructor Documentation

template<class ExprT >
Sacado::Tay::UnaryPlusOp< ExprT >::UnaryPlusOp ( const ExprT &  expr)
inline

Definition at line 54 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Function Documentation

template<class ExprT >
void Sacado::Tay::UnaryPlusOp< ExprT >::allocateCache ( int  d) const
inline

Definition at line 56 of file Sacado_Tay_CacheTaylorOps.hpp.

template<class ExprT >
value_type Sacado::Tay::UnaryPlusOp< ExprT >::computeCoeff ( int  i,
const ExprT &  expr 
) const
inline

Definition at line 58 of file Sacado_Tay_CacheTaylorOps.hpp.

template<class ExprT >
value_type Sacado::Tay::UnaryPlusOp< ExprT >::computeFastAccessCoeff ( int  i,
const ExprT &  expr 
) const
inline

Definition at line 62 of file Sacado_Tay_CacheTaylorOps.hpp.


The documentation for this class was generated from the following files: