#include <Sacado_Tay_CacheTaylorOps.hpp>
Public Types | |
| typedef ExprT::value_type | value_type |
Public Member Functions | |
| UnaryPlusOp (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 |
Definition at line 49 of file Sacado_Tay_CacheTaylorOps.hpp.
| typedef ExprT::value_type Sacado::Tay::UnaryPlusOp< ExprT >::value_type |
Definition at line 52 of file Sacado_Tay_CacheTaylorOps.hpp.
| Sacado::Tay::UnaryPlusOp< ExprT >::UnaryPlusOp | ( | const ExprT & | expr | ) | [inline] |
Definition at line 54 of file Sacado_Tay_CacheTaylorOps.hpp.
| void Sacado::Tay::UnaryPlusOp< ExprT >::allocateCache | ( | unsigned int | d | ) | const [inline] |
Definition at line 56 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::UnaryPlusOp< ExprT >::computeCoeff | ( | unsigned int | i, | |
| const ExprT & | expr | |||
| ) | const [inline] |
Definition at line 58 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::UnaryPlusOp< ExprT >::computeFastAccessCoeff | ( | unsigned int | i, | |
| const ExprT & | expr | |||
| ) | const [inline] |
Definition at line 62 of file Sacado_Tay_CacheTaylorOps.hpp.
1.4.7