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

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef BinaryExpr< Expr< T >
, Expr< T >, MultiplicationOp
T1
 
typedef ConstExpr< typename
Expr< T >::value_type > 
ConstT
 
typedef BinaryExpr< ConstT,
Expr< T1 >, SubtractionOp
T2
 
typedef UnaryExpr< Expr< T2 >
, SqrtOp
T3
 
typedef BinaryExpr< ConstT,
Expr< T3 >, DivisionOp
T4
 
typedef BinaryExpr< Expr< T >
, Expr< T4 >, ASinQuadOp
T5
 
typedef Expr< T5expr_type
 

Detailed Description

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

Definition at line 1786 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

template<typename T>
typedef BinaryExpr< Expr<T>, Expr<T>, MultiplicationOp > Sacado::Tay::ASinExprType< T >::T1

Definition at line 1787 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef ConstExpr<typename Expr<T>::value_type> Sacado::Tay::ASinExprType< T >::ConstT

Definition at line 1788 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef BinaryExpr< ConstT, Expr<T1>, SubtractionOp > Sacado::Tay::ASinExprType< T >::T2

Definition at line 1789 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef UnaryExpr< Expr<T2>, SqrtOp > Sacado::Tay::ASinExprType< T >::T3

Definition at line 1790 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef BinaryExpr< ConstT, Expr<T3>, DivisionOp > Sacado::Tay::ASinExprType< T >::T4

Definition at line 1791 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef BinaryExpr< Expr<T>, Expr<T4>, ASinQuadOp > Sacado::Tay::ASinExprType< T >::T5

Definition at line 1792 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename T>
typedef Expr<T5> Sacado::Tay::ASinExprType< T >::expr_type

Definition at line 1793 of file Sacado_Tay_CacheTaylorOps.hpp.


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