|
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 131 of file Sacado_CacheFad_Ops.hpp.
| typedef ExprT::value_type Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::value_type |
Definition at line 134 of file Sacado_CacheFad_Ops.hpp.
| typedef ExprT::scalar_type Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::scalar_type |
Definition at line 136 of file Sacado_CacheFad_Ops.hpp.
| Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::Expr | ( | const ExprT & | expr_ | ) | [inline] |
Definition at line 138 of file Sacado_CacheFad_Ops.hpp.
| int Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::size | ( | ) | const [inline] |
Definition at line 140 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::updateValue | ( | ) | const [inline] |
Definition at line 142 of file Sacado_CacheFad_Ops.hpp.
| void Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::cache | ( | ) | const [inline] |
Definition at line 144 of file Sacado_CacheFad_Ops.hpp.
| value_type Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::val | ( | ) | const [inline] |
Definition at line 148 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::isLinear | ( | ) | const [inline] |
Definition at line 152 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::hasFastAccess | ( | ) | const [inline] |
Definition at line 156 of file Sacado_CacheFad_Ops.hpp.
| const value_type Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::dx | ( | int | i | ) | const [inline] |
Definition at line 160 of file Sacado_CacheFad_Ops.hpp.
| const value_type Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::fastAccessDx | ( | int | i | ) | const [inline] |
Definition at line 164 of file Sacado_CacheFad_Ops.hpp.
const ExprT& Sacado::CacheFad::Expr< UnaryMinusOp< ExprT > >::expr [protected] |
Definition at line 170 of file Sacado_CacheFad_Ops.hpp.
1.7.4