#include <Sacado_ELRFad_GeneralFad.hpp>
Public Types | |
| typedef ExprT::value_type | value_type |
Public Member Functions | |
| LocalAccumOp (const ExprT &x_) | |
| template<typename ArgT> | |
| void | operator() (ArgT arg) const |
Public Attributes | |
| const ExprT & | x |
| value_type | t |
| value_type | partials [N] |
| int | i |
Static Public Attributes | |
| static const int | N = ExprT::num_args |
Definition at line 250 of file Sacado_ELRFad_GeneralFad.hpp.
| typedef ExprT::value_type Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::value_type |
Definition at line 251 of file Sacado_ELRFad_GeneralFad.hpp.
| Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::LocalAccumOp | ( | const ExprT & | x_ | ) | [inline] |
Definition at line 257 of file Sacado_ELRFad_GeneralFad.hpp.
| void Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::operator() | ( | ArgT | arg | ) | const [inline] |
Definition at line 260 of file Sacado_ELRFad_GeneralFad.hpp.
const int Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::N = ExprT::num_args [static] |
Definition at line 252 of file Sacado_ELRFad_GeneralFad.hpp.
| const ExprT& Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::x |
Definition at line 253 of file Sacado_ELRFad_GeneralFad.hpp.
value_type Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::t [mutable] |
Definition at line 254 of file Sacado_ELRFad_GeneralFad.hpp.
| value_type Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::partials[N] |
Definition at line 255 of file Sacado_ELRFad_GeneralFad.hpp.
| int Sacado::ELRFad::GeneralFad< T, Storage >::LocalAccumOp< ExprT >::i |
Definition at line 256 of file Sacado_ELRFad_GeneralFad.hpp.
1.4.7