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 | List of all members
Sacado::Tay::PowExprType< ExprT1, ExprT2 > Struct Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef UnaryExpr< ExprT1, LogOpT3
 
typedef BinaryExpr< ExprT2,
Expr< T3 >, MultiplicationOp
T4
 
typedef UnaryExpr< Expr< T4 >
, ExpOp
T5
 
typedef Expr< T5expr_type
 

Detailed Description

template<typename ExprT1, typename ExprT2>
struct Sacado::Tay::PowExprType< ExprT1, ExprT2 >

Definition at line 1702 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

template<typename ExprT1, typename ExprT2>
typedef UnaryExpr< ExprT1, LogOp > Sacado::Tay::PowExprType< ExprT1, ExprT2 >::T3

Definition at line 1703 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1, typename ExprT2>
typedef BinaryExpr< ExprT2, Expr<T3>, MultiplicationOp > Sacado::Tay::PowExprType< ExprT1, ExprT2 >::T4

Definition at line 1704 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1, typename ExprT2>
typedef UnaryExpr< Expr<T4>, ExpOp > Sacado::Tay::PowExprType< ExprT1, ExprT2 >::T5

Definition at line 1705 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1, typename ExprT2>
typedef Expr<T5> Sacado::Tay::PowExprType< ExprT1, ExprT2 >::expr_type

Definition at line 1707 of file Sacado_Tay_CacheTaylorOps.hpp.


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