|
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 |
Definition at line 73 of file Sacado_CacheFad_Ops.hpp.
| typedef ExprT::value_type Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::value_type |
Definition at line 76 of file Sacado_CacheFad_Ops.hpp.
| typedef ExprT::scalar_type Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::scalar_type |
Definition at line 78 of file Sacado_CacheFad_Ops.hpp.
| Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::Expr | ( | const ExprT & | expr_ | ) | [inline] |
Definition at line 80 of file Sacado_CacheFad_Ops.hpp.
| int Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::size | ( | ) | const [inline] |
Definition at line 82 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::updateValue | ( | ) | const [inline] |
Definition at line 84 of file Sacado_CacheFad_Ops.hpp.
| void Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::cache | ( | ) | const [inline] |
Definition at line 86 of file Sacado_CacheFad_Ops.hpp.
| value_type Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::val | ( | ) | const [inline] |
Definition at line 90 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::isLinear | ( | ) | const [inline] |
Definition at line 94 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::hasFastAccess | ( | ) | const [inline] |
Definition at line 98 of file Sacado_CacheFad_Ops.hpp.
| const value_type Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::dx | ( | int | i | ) | const [inline] |
Definition at line 102 of file Sacado_CacheFad_Ops.hpp.
| const value_type Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::fastAccessDx | ( | int | i | ) | const [inline] |
Definition at line 106 of file Sacado_CacheFad_Ops.hpp.
const ExprT& Sacado::CacheFad::Expr< UnaryPlusOp< ExprT > >::expr [protected] |
Definition at line 112 of file Sacado_CacheFad_Ops.hpp.
1.7.4