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 | Protected Attributes | List of all members
Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 > Class Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef ExprT1::value_type value_type_1
 
typedef ExprT2::value_type value_type_2
 
typedef Sacado::Promote
< value_type_1, value_type_2 >
::type 
value_type
 
typedef ExprT1::scalar_type scalar_type_1
 
typedef ExprT2::scalar_type scalar_type_2
 
typedef Sacado::Promote
< scalar_type_1, scalar_type_2 >
::type 
scalar_type
 
typedef ExprT1::base_expr_type base_expr_type_1
 
typedef ExprT2::base_expr_type base_expr_type_2
 
typedef Sacado::Promote
< base_expr_type_1,
base_expr_type_2 >::type 
base_expr_type
 

Public Member Functions

 ATanQuadOp (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
 

Protected Attributes

std::valarray< value_typec
 
int dc
 

Detailed Description

template<typename ExprT1, typename ExprT2>
class Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >

Definition at line 1490 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

template<typename ExprT1 , typename ExprT2 >
typedef ExprT1::value_type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::value_type_1

Definition at line 1493 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef ExprT2::value_type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::value_type_2

Definition at line 1494 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef Sacado::Promote<value_type_1, value_type_2>::type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::value_type

Definition at line 1496 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef ExprT1::scalar_type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::scalar_type_1

Definition at line 1498 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef ExprT2::scalar_type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::scalar_type_2

Definition at line 1499 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef Sacado::Promote<scalar_type_1, scalar_type_2>::type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::scalar_type

Definition at line 1501 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef ExprT1::base_expr_type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::base_expr_type_1

Definition at line 1503 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef ExprT2::base_expr_type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::base_expr_type_2

Definition at line 1504 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
typedef Sacado::Promote<base_expr_type_1, base_expr_type_2>::type Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::base_expr_type

Definition at line 1506 of file Sacado_Tay_CacheTaylorOps.hpp.

Constructor & Destructor Documentation

template<typename ExprT1 , typename ExprT2 >
Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::ATanQuadOp ( const ExprT1 &  expr1,
const ExprT2 &  expr2 
)
inline

Definition at line 1508 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Function Documentation

template<typename ExprT1 , typename ExprT2 >
void Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::allocateCache ( int  d) const
inline

Definition at line 1513 of file Sacado_Tay_CacheTaylorOps.hpp.

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

Definition at line 1517 of file Sacado_Tay_CacheTaylorOps.hpp.

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

Definition at line 1534 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Data Documentation

template<typename ExprT1 , typename ExprT2 >
std::valarray<value_type> Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::c
mutableprotected

Definition at line 1556 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT1 , typename ExprT2 >
int Sacado::Tay::ATanQuadOp< ExprT1, ExprT2 >::dc
mutableprotected

Definition at line 1557 of file Sacado_Tay_CacheTaylorOps.hpp.


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