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::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 > Class Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef ExprT2::value_type value_type
 
typedef ExprT2::scalar_type scalar_type
 
typedef ExprT2::base_expr_type base_expr_type
 
typedef ConstExpr< typename
ExprT2::value_type > 
ExprT1
 

Public Member Functions

 MaxOp (const ExprT1 &expr1, const ExprT2 expr2)
 
void allocateCache (int d) const
 
value_type computeCoeff (int i, const ExprT1 &expr1, const ExprT2 &expr2) const
 
value_type computeFastAccessCoeff (int i, const ExprT1 &expr1, const ExprT2 &expr2) const
 

Detailed Description

template<typename ExprT2>
class Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >

Definition at line 1193 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

template<typename ExprT2 >
typedef ExprT2::value_type Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::value_type

Definition at line 1196 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT2 >
typedef ExprT2::scalar_type Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::scalar_type

Definition at line 1197 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT2 >
typedef ExprT2::base_expr_type Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::base_expr_type

Definition at line 1198 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT2 >
typedef ConstExpr<typename ExprT2::value_type> Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::ExprT1

Definition at line 1199 of file Sacado_Tay_CacheTaylorOps.hpp.

Constructor & Destructor Documentation

template<typename ExprT2 >
Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::MaxOp ( const ExprT1 expr1,
const ExprT2  expr2 
)
inline

Definition at line 1201 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Function Documentation

template<typename ExprT2 >
void Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::allocateCache ( int  d) const
inline

Definition at line 1203 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT2 >
value_type Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::computeCoeff ( int  i,
const ExprT1 expr1,
const ExprT2 &  expr2 
) const
inline

Definition at line 1206 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT2 >
value_type Sacado::Tay::MaxOp< ConstExpr< typename ExprT2::value_type >, ExprT2 >::computeFastAccessCoeff ( int  i,
const ExprT1 expr1,
const ExprT2 &  expr2 
) const
inline

Definition at line 1216 of file Sacado_Tay_CacheTaylorOps.hpp.


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