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::SinOp< ExprT > Class Template Reference

#include <Sacado_Tay_CacheTaylorOps.hpp>

Public Types

typedef ExprT::value_type value_type
 
typedef ExprT::scalar_type scalar_type
 
typedef ExprT::base_expr_type base_expr_type
 

Public Member Functions

 SinOp (const ExprT &expr)
 
void allocateCache (int d) const
 
value_type computeCoeff (int i, const ExprT &expr) const
 
value_type computeFastAccessCoeff (int i, const ExprT &expr) const
 

Protected Attributes

std::valarray< value_typec
 
std::valarray< value_types
 
int dc
 

Detailed Description

template<typename ExprT>
class Sacado::Tay::SinOp< ExprT >

Definition at line 351 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

template<typename ExprT >
typedef ExprT::value_type Sacado::Tay::SinOp< ExprT >::value_type

Definition at line 354 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT >
typedef ExprT::scalar_type Sacado::Tay::SinOp< ExprT >::scalar_type

Definition at line 355 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT >
typedef ExprT::base_expr_type Sacado::Tay::SinOp< ExprT >::base_expr_type

Definition at line 356 of file Sacado_Tay_CacheTaylorOps.hpp.

Constructor & Destructor Documentation

template<typename ExprT >
Sacado::Tay::SinOp< ExprT >::SinOp ( const ExprT &  expr)
inline

Definition at line 358 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Function Documentation

template<typename ExprT >
void Sacado::Tay::SinOp< ExprT >::allocateCache ( int  d) const
inline

Definition at line 363 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT >
value_type Sacado::Tay::SinOp< ExprT >::computeCoeff ( int  i,
const ExprT &  expr 
) const
inline

Definition at line 368 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT >
value_type Sacado::Tay::SinOp< ExprT >::computeFastAccessCoeff ( int  i,
const ExprT &  expr 
) const
inline

Definition at line 388 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Data Documentation

template<typename ExprT >
std::valarray<value_type> Sacado::Tay::SinOp< ExprT >::c
mutableprotected

Definition at line 412 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT >
std::valarray<value_type> Sacado::Tay::SinOp< ExprT >::s
mutableprotected

Definition at line 413 of file Sacado_Tay_CacheTaylorOps.hpp.

template<typename ExprT >
int Sacado::Tay::SinOp< ExprT >::dc
mutableprotected

Definition at line 414 of file Sacado_Tay_CacheTaylorOps.hpp.


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