|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Sacado_Tay_CacheTaylorOps.hpp>
Public Types | |
| typedef ExprT::value_type | value_type |
Public Member Functions | |
| SinOp (const ExprT &expr) | |
| void | allocateCache (unsigned int d) const |
| value_type | computeCoeff (unsigned int i, const ExprT &expr) const |
| value_type | computeFastAccessCoeff (unsigned int i, const ExprT &expr) const |
Protected Attributes | |
| std::valarray< value_type > | c |
| std::valarray< value_type > | s |
| int | dc |
Definition at line 341 of file Sacado_Tay_CacheTaylorOps.hpp.
| typedef ExprT::value_type Sacado::Tay::SinOp< ExprT >::value_type |
Definition at line 344 of file Sacado_Tay_CacheTaylorOps.hpp.
| Sacado::Tay::SinOp< ExprT >::SinOp | ( | const ExprT & | expr | ) | [inline] |
Definition at line 346 of file Sacado_Tay_CacheTaylorOps.hpp.
| void Sacado::Tay::SinOp< ExprT >::allocateCache | ( | unsigned int | d | ) | const [inline] |
Definition at line 351 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::SinOp< ExprT >::computeCoeff | ( | unsigned int | i, |
| const ExprT & | expr | ||
| ) | const [inline] |
Definition at line 356 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::SinOp< ExprT >::computeFastAccessCoeff | ( | unsigned int | i, |
| const ExprT & | expr | ||
| ) | const [inline] |
Definition at line 376 of file Sacado_Tay_CacheTaylorOps.hpp.
std::valarray<value_type> Sacado::Tay::SinOp< ExprT >::c [mutable, protected] |
Definition at line 400 of file Sacado_Tay_CacheTaylorOps.hpp.
std::valarray<value_type> Sacado::Tay::SinOp< ExprT >::s [mutable, protected] |
Definition at line 401 of file Sacado_Tay_CacheTaylorOps.hpp.
int Sacado::Tay::SinOp< ExprT >::dc [mutable, protected] |
Definition at line 402 of file Sacado_Tay_CacheTaylorOps.hpp.
1.7.4