|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Sacado_CacheFad_Ops.hpp>
Public Types | |
| typedef ExprT::value_type | value_type |
| typedef ExprT::scalar_type | scalar_type |
Public Member Functions | |
| Expr (const ExprT &expr_) | |
| int | size () const |
| bool | updateValue () const |
| void | cache () const |
| value_type | val () const |
| bool | isLinear () const |
| bool | hasFastAccess () const |
| const value_type | dx (int i) const |
| const value_type | fastAccessDx (int i) const |
Protected Attributes | |
| const ExprT & | expr |
| value_type | v |
| bool | v_pos |
Definition at line 190 of file Sacado_CacheFad_Ops.hpp.
| typedef ExprT::value_type Sacado::CacheFad::Expr< AbsOp< ExprT > >::value_type |
Definition at line 193 of file Sacado_CacheFad_Ops.hpp.
| typedef ExprT::scalar_type Sacado::CacheFad::Expr< AbsOp< ExprT > >::scalar_type |
Definition at line 195 of file Sacado_CacheFad_Ops.hpp.
| Sacado::CacheFad::Expr< AbsOp< ExprT > >::Expr | ( | const ExprT & | expr_ | ) | [inline] |
Definition at line 197 of file Sacado_CacheFad_Ops.hpp.
| int Sacado::CacheFad::Expr< AbsOp< ExprT > >::size | ( | ) | const [inline] |
Definition at line 199 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< AbsOp< ExprT > >::updateValue | ( | ) | const [inline] |
Definition at line 201 of file Sacado_CacheFad_Ops.hpp.
| void Sacado::CacheFad::Expr< AbsOp< ExprT > >::cache | ( | ) | const [inline] |
Definition at line 203 of file Sacado_CacheFad_Ops.hpp.
| value_type Sacado::CacheFad::Expr< AbsOp< ExprT > >::val | ( | ) | const [inline] |
Definition at line 209 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< AbsOp< ExprT > >::isLinear | ( | ) | const [inline] |
Definition at line 213 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< AbsOp< ExprT > >::hasFastAccess | ( | ) | const [inline] |
Definition at line 217 of file Sacado_CacheFad_Ops.hpp.
| const value_type Sacado::CacheFad::Expr< AbsOp< ExprT > >::dx | ( | int | i | ) | const [inline] |
Definition at line 221 of file Sacado_CacheFad_Ops.hpp.
| const value_type Sacado::CacheFad::Expr< AbsOp< ExprT > >::fastAccessDx | ( | int | i | ) | const [inline] |
Definition at line 225 of file Sacado_CacheFad_Ops.hpp.
const ExprT& Sacado::CacheFad::Expr< AbsOp< ExprT > >::expr [protected] |
Definition at line 231 of file Sacado_CacheFad_Ops.hpp.
value_type Sacado::CacheFad::Expr< AbsOp< ExprT > >::v [mutable, protected] |
Definition at line 232 of file Sacado_CacheFad_Ops.hpp.
bool Sacado::CacheFad::Expr< AbsOp< ExprT > >::v_pos [mutable, protected] |
Definition at line 233 of file Sacado_CacheFad_Ops.hpp.
1.7.4