|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Sacado_ELRCacheFad_Ops.hpp>
Public Types | |
| typedef ExprT::value_type | value_type |
| typedef ExprT::scalar_type | scalar_type |
| typedef ExprT::base_expr_type | base_expr_type |
Public Member Functions | |
| Expr (const ExprT &expr_) | |
| int | size () const |
| template<int Arg> | |
| bool | isActive () const |
| bool | updateValue () const |
| void | cache () const |
| value_type | val () const |
| void | computePartials (const value_type &bar, value_type partials[]) const |
| void | getTangents (int i, value_type dots[]) const |
| template<int Arg> | |
| value_type | getTangent (int i) const |
| bool | isLinear () const |
| bool | hasFastAccess () const |
| const value_type | dx (int i) const |
| const value_type | fastAccessDx (int i) const |
| const base_expr_type & | getArg (int j) const |
Static Public Attributes | |
| static const int | num_args = ExprT::num_args |
| static const bool | is_linear = false |
Protected Attributes | |
| const ExprT & | expr |
| value_type | v |
| bool | v_pos |
Definition at line 334 of file Sacado_ELRCacheFad_Ops.hpp.
| typedef ExprT::value_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::value_type |
Definition at line 337 of file Sacado_ELRCacheFad_Ops.hpp.
| typedef ExprT::scalar_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::scalar_type |
Definition at line 338 of file Sacado_ELRCacheFad_Ops.hpp.
| typedef ExprT::base_expr_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::base_expr_type |
Definition at line 340 of file Sacado_ELRCacheFad_Ops.hpp.
| Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::Expr | ( | const ExprT & | expr_ | ) | [inline] |
Definition at line 346 of file Sacado_ELRCacheFad_Ops.hpp.
| int Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::size | ( | ) | const [inline] |
Definition at line 348 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::isActive | ( | ) | const [inline] |
Definition at line 351 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::updateValue | ( | ) | const [inline] |
Definition at line 353 of file Sacado_ELRCacheFad_Ops.hpp.
| void Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::cache | ( | ) | const [inline] |
Definition at line 355 of file Sacado_ELRCacheFad_Ops.hpp.
| value_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::val | ( | ) | const [inline] |
Definition at line 361 of file Sacado_ELRCacheFad_Ops.hpp.
| void Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::computePartials | ( | const value_type & | bar, |
| value_type | partials[] | ||
| ) | const [inline] |
Definition at line 365 of file Sacado_ELRCacheFad_Ops.hpp.
| void Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::getTangents | ( | int | i, |
| value_type | dots[] | ||
| ) | const [inline] |
Definition at line 373 of file Sacado_ELRCacheFad_Ops.hpp.
| value_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::getTangent | ( | int | i | ) | const [inline] |
Definition at line 377 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::isLinear | ( | ) | const [inline] |
Definition at line 381 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::hasFastAccess | ( | ) | const [inline] |
Definition at line 385 of file Sacado_ELRCacheFad_Ops.hpp.
| const value_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::dx | ( | int | i | ) | const [inline] |
Definition at line 389 of file Sacado_ELRCacheFad_Ops.hpp.
| const value_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::fastAccessDx | ( | int | i | ) | const [inline] |
Definition at line 394 of file Sacado_ELRCacheFad_Ops.hpp.
| const base_expr_type& Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::getArg | ( | int | j | ) | const [inline] |
Definition at line 399 of file Sacado_ELRCacheFad_Ops.hpp.
const int Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::num_args = ExprT::num_args [static] |
Definition at line 342 of file Sacado_ELRCacheFad_Ops.hpp.
const bool Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::is_linear = false [static] |
Definition at line 344 of file Sacado_ELRCacheFad_Ops.hpp.
const ExprT& Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::expr [protected] |
Definition at line 405 of file Sacado_ELRCacheFad_Ops.hpp.
value_type Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::v [mutable, protected] |
Definition at line 406 of file Sacado_ELRCacheFad_Ops.hpp.
bool Sacado::ELRCacheFad::Expr< FAbsOp< ExprT > >::v_pos [mutable, protected] |
Definition at line 407 of file Sacado_ELRCacheFad_Ops.hpp.
1.7.4