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::TanExprType< T > Struct Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef UnaryExpr< Expr< T >
, SinOp
T1
 
typedef UnaryExpr< Expr< T >
, CosOp
T2
 
typedef BinaryExpr< Expr< T1 >
, Expr< T2 >, DivisionOp
T3
 
typedef Expr< T3expr_type
 

Detailed Description

template<typename T>
struct Sacado::Tay::TanExprType< T >

Definition at line 1770 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

template<typename T>
typedef UnaryExpr< Expr<T>, SinOp > Sacado::Tay::TanExprType< T >::T1

Definition at line 1771 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef UnaryExpr< Expr<T>, CosOp > Sacado::Tay::TanExprType< T >::T2

Definition at line 1772 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef BinaryExpr< Expr<T1>, Expr<T2>, DivisionOp > Sacado::Tay::TanExprType< T >::T3

Definition at line 1773 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef Expr<T3> Sacado::Tay::TanExprType< T >::expr_type

Definition at line 1774 of file Sacado_Tay_CacheTaylorOps.hpp.


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