|
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 = true |
Protected Attributes | |
| const ExprT & | expr |
Definition at line 74 of file Sacado_ELRCacheFad_Ops.hpp.
| typedef ExprT::value_type Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::value_type |
Definition at line 77 of file Sacado_ELRCacheFad_Ops.hpp.
| typedef ExprT::scalar_type Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::scalar_type |
Definition at line 78 of file Sacado_ELRCacheFad_Ops.hpp.
| typedef ExprT::base_expr_type Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::base_expr_type |
Definition at line 80 of file Sacado_ELRCacheFad_Ops.hpp.
| Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::Expr | ( | const ExprT & | expr_ | ) | [inline] |
Definition at line 86 of file Sacado_ELRCacheFad_Ops.hpp.
| int Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::size | ( | ) | const [inline] |
Definition at line 88 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::isActive | ( | ) | const [inline] |
Definition at line 91 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::updateValue | ( | ) | const [inline] |
Definition at line 93 of file Sacado_ELRCacheFad_Ops.hpp.
| void Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::cache | ( | ) | const [inline] |
Definition at line 95 of file Sacado_ELRCacheFad_Ops.hpp.
| value_type Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::val | ( | ) | const [inline] |
Definition at line 99 of file Sacado_ELRCacheFad_Ops.hpp.
| void Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::computePartials | ( | const value_type & | bar, |
| value_type | partials[] | ||
| ) | const [inline] |
Definition at line 103 of file Sacado_ELRCacheFad_Ops.hpp.
| void Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::getTangents | ( | int | i, |
| value_type | dots[] | ||
| ) | const [inline] |
Definition at line 108 of file Sacado_ELRCacheFad_Ops.hpp.
| value_type Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::getTangent | ( | int | i | ) | const [inline] |
Definition at line 112 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::isLinear | ( | ) | const [inline] |
Definition at line 116 of file Sacado_ELRCacheFad_Ops.hpp.
| bool Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::hasFastAccess | ( | ) | const [inline] |
Definition at line 120 of file Sacado_ELRCacheFad_Ops.hpp.
| const value_type Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::dx | ( | int | i | ) | const [inline] |
Definition at line 124 of file Sacado_ELRCacheFad_Ops.hpp.
| const value_type Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::fastAccessDx | ( | int | i | ) | const [inline] |
Definition at line 128 of file Sacado_ELRCacheFad_Ops.hpp.
| const base_expr_type& Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::getArg | ( | int | j | ) | const [inline] |
Definition at line 132 of file Sacado_ELRCacheFad_Ops.hpp.
const int Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::num_args = ExprT::num_args [static] |
Definition at line 82 of file Sacado_ELRCacheFad_Ops.hpp.
const bool Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::is_linear = true [static] |
Definition at line 84 of file Sacado_ELRCacheFad_Ops.hpp.
const ExprT& Sacado::ELRCacheFad::Expr< UnaryPlusOp< ExprT > >::expr [protected] |
Definition at line 138 of file Sacado_ELRCacheFad_Ops.hpp.
1.7.4