#include <Sacado_Tay_CacheTaylorOps.hpp>
Public Types | |
| typedef ExprT1::value_type | value_type |
| typedef ConstExpr< typename ExprT1::value_type > | ExprT2 |
Public Member Functions | |
| DivisionOp (const ExprT1 &expr1, const ExprT2 expr2) | |
| void | allocateCache (unsigned int d) const |
| value_type | computeCoeff (unsigned int i, const ExprT1 &expr1, const ExprT2 &expr2) const |
| value_type | computeFastAccessCoeff (unsigned int i, const ExprT1 &expr1, const ExprT2 &expr2) const |
Definition at line 953 of file Sacado_Tay_CacheTaylorOps.hpp.
| typedef ExprT1::value_type Sacado::Tay::DivisionOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::value_type |
Definition at line 956 of file Sacado_Tay_CacheTaylorOps.hpp.
| typedef ConstExpr<typename ExprT1::value_type> Sacado::Tay::DivisionOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::ExprT2 |
Definition at line 957 of file Sacado_Tay_CacheTaylorOps.hpp.
| Sacado::Tay::DivisionOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::DivisionOp | ( | const ExprT1 & | expr1, | |
| const ExprT2 | expr2 | |||
| ) | [inline] |
Definition at line 959 of file Sacado_Tay_CacheTaylorOps.hpp.
| void Sacado::Tay::DivisionOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::allocateCache | ( | unsigned int | d | ) | const [inline] |
Definition at line 961 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::DivisionOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::computeCoeff | ( | unsigned int | i, | |
| const ExprT1 & | expr1, | |||
| const ExprT2 & | expr2 | |||
| ) | const [inline] |
Definition at line 964 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::DivisionOp< ExprT1, ConstExpr< typename ExprT1::value_type > >::computeFastAccessCoeff | ( | unsigned int | i, | |
| const ExprT1 & | expr1, | |||
| const ExprT2 & | expr2 | |||
| ) | const [inline] |
Definition at line 970 of file Sacado_Tay_CacheTaylorOps.hpp.
1.4.7