#include <Sacado_Tay_CacheTaylorOps.hpp>
Public Types | |
| typedef ExprT1::value_type | value_type_1 |
| typedef ExprT2::value_type | value_type_2 |
| typedef Sacado::Promote< value_type_1, value_type_2 >::type | value_type |
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 |
Protected Attributes | |
| std::valarray< value_type > | c |
| int | dc |
Definition at line 899 of file Sacado_Tay_CacheTaylorOps.hpp.
| typedef ExprT1::value_type Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::value_type_1 |
Definition at line 902 of file Sacado_Tay_CacheTaylorOps.hpp.
| typedef ExprT2::value_type Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::value_type_2 |
Definition at line 903 of file Sacado_Tay_CacheTaylorOps.hpp.
| typedef Sacado::Promote<value_type_1, value_type_2>::type Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::value_type |
Definition at line 905 of file Sacado_Tay_CacheTaylorOps.hpp.
| Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::DivisionOp | ( | const ExprT1 & | expr1, | |
| const ExprT2 | expr2 | |||
| ) | [inline] |
Definition at line 907 of file Sacado_Tay_CacheTaylorOps.hpp.
| void Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::allocateCache | ( | unsigned int | d | ) | const [inline] |
Definition at line 911 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::computeCoeff | ( | unsigned int | i, | |
| const ExprT1 & | expr1, | |||
| const ExprT2 & | expr2 | |||
| ) | const [inline] |
Definition at line 916 of file Sacado_Tay_CacheTaylorOps.hpp.
| value_type Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::computeFastAccessCoeff | ( | unsigned int | i, | |
| const ExprT1 & | expr1, | |||
| const ExprT2 & | expr2 | |||
| ) | const [inline] |
Definition at line 931 of file Sacado_Tay_CacheTaylorOps.hpp.
std::valarray<value_type> Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::c [mutable, protected] |
Definition at line 947 of file Sacado_Tay_CacheTaylorOps.hpp.
int Sacado::Tay::DivisionOp< ExprT1, ExprT2 >::dc [mutable, protected] |
Definition at line 948 of file Sacado_Tay_CacheTaylorOps.hpp.
1.4.7