Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
Sacado::Tay::LogOp< 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

 LogOp (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
 
int dc
 

Detailed Description

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

Definition at line 156 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 159 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ scalar_type

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

Definition at line 160 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ base_expr_type

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

Definition at line 161 of file Sacado_Tay_CacheTaylorOps.hpp.

Constructor & Destructor Documentation

◆ LogOp()

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

Definition at line 163 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Function Documentation

◆ allocateCache()

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

Definition at line 168 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeCoeff()

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

Definition at line 172 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ computeFastAccessCoeff()

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

Definition at line 189 of file Sacado_Tay_CacheTaylorOps.hpp.

Member Data Documentation

◆ c

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

Definition at line 210 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ dc

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

Definition at line 211 of file Sacado_Tay_CacheTaylorOps.hpp.


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