Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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 |
typedef ExprT1::scalar_type | scalar_type_1 |
typedef ExprT2::scalar_type | scalar_type_2 |
typedef Sacado::Promote < scalar_type_1, scalar_type_2 > ::type | scalar_type |
typedef ExprT1::base_expr_type | base_expr_type_1 |
typedef ExprT2::base_expr_type | base_expr_type_2 |
typedef Sacado::Promote < base_expr_type_1, base_expr_type_2 >::type | base_expr_type |
Public Member Functions | |
MultiplicationOp (const ExprT1 &expr1, const ExprT2 expr2) | |
void | allocateCache (int d) const |
value_type | computeCoeff (int i, const ExprT1 &expr1, const ExprT2 &expr2) const |
value_type | computeFastAccessCoeff (int i, const ExprT1 &expr1, const ExprT2 &expr2) const |
Protected Attributes | |
std::valarray< value_type > | c |
int | dc |
Definition at line 823 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT1::value_type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::value_type_1 |
Definition at line 826 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT2::value_type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::value_type_2 |
Definition at line 827 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef Sacado::Promote<value_type_1, value_type_2>::type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::value_type |
Definition at line 829 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT1::scalar_type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::scalar_type_1 |
Definition at line 831 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT2::scalar_type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::scalar_type_2 |
Definition at line 832 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef Sacado::Promote<scalar_type_1, scalar_type_2>::type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::scalar_type |
Definition at line 834 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT1::base_expr_type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::base_expr_type_1 |
Definition at line 836 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef ExprT2::base_expr_type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::base_expr_type_2 |
Definition at line 837 of file Sacado_Tay_CacheTaylorOps.hpp.
typedef Sacado::Promote<base_expr_type_1, base_expr_type_2>::type Sacado::Tay::MultiplicationOp< ExprT1, ExprT2 >::base_expr_type |
Definition at line 839 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 841 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 845 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 850 of file Sacado_Tay_CacheTaylorOps.hpp.
|
inline |
Definition at line 863 of file Sacado_Tay_CacheTaylorOps.hpp.
|
mutableprotected |
Definition at line 877 of file Sacado_Tay_CacheTaylorOps.hpp.
|
mutableprotected |
Definition at line 878 of file Sacado_Tay_CacheTaylorOps.hpp.