Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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 | |
CoshOp (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_type > | c |
std::valarray< value_type > | s |
int | dc |
Definition at line 421 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT::value_type Sacado::Tay::CoshOp< ExprT >::value_type |
Definition at line 424 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT::scalar_type Sacado::Tay::CoshOp< ExprT >::scalar_type |
Definition at line 425 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT::base_expr_type Sacado::Tay::CoshOp< ExprT >::base_expr_type |
Definition at line 426 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 428 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 433 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 438 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 458 of file Sacado_Tay_CacheTaylorOps.hpp.
|
mutableprotected |
Definition at line 482 of file Sacado_Tay_CacheTaylorOps.hpp.
|
mutableprotected |
Definition at line 483 of file Sacado_Tay_CacheTaylorOps.hpp.
|
mutableprotected |
Definition at line 484 of file Sacado_Tay_CacheTaylorOps.hpp.