|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
Namespace for forward-mode AD classes w/caching. More...
Classes | |
| class | DFad |
| Forward-mode AD class using dynamic memory allocation and caching expression templates. More... | |
| class | Expr |
| Wrapper for a generic expression template. More... | |
| class | ConstExpr |
| Constant expression template. More... | |
| class | GeneralFad |
| Forward-mode AD class templated on the storage for the derivative array. More... | |
| class | Expr< GeneralFad< T, Storage > > |
| GeneralFad expression template specialization. More... | |
| class | UnaryPlusOp |
| class | Expr< UnaryPlusOp< ExprT > > |
| class | UnaryMinusOp |
| class | Expr< UnaryMinusOp< ExprT > > |
| class | AbsOp |
| class | Expr< AbsOp< ExprT > > |
| class | FAbsOp |
| class | Expr< FAbsOp< ExprT > > |
| struct | SFadExprTag |
| A tag for specializing Expr for SFad expressions. More... | |
| class | Expr< SFadExprTag< T, Num > > |
| Expression template forward-mode AD class with static memory allocation. More... | |
| class | SFad |
| Forward-mode AD class using static memory allocation and caching expression templates. More... | |
| class | SLFad |
| Forward-mode AD class using static memory allocation with long arrays and caching expression templates. More... | |
Functions | |
| template<typename T > | |
| Expr< UnaryPlusOp< Expr< T > > > | operator+ (const Expr< T > &expr) |
| template<typename T > | |
| Expr< UnaryMinusOp< Expr< T > > > | operator- (const Expr< T > &expr) |
| template<typename T > | |
| Expr< AbsOp< Expr< T > > > | abs (const Expr< T > &expr) |
| template<typename T > | |
| Expr< FAbsOp< Expr< T > > > | fabs (const Expr< T > &expr) |
| template<typename ExprT > | |
| bool | operator! (const Expr< ExprT > &expr) |
| template<typename ExprT > | |
| bool | toBool (const Expr< ExprT > &x) |
| template<typename ExprT > | |
| std::ostream & | operator<< (std::ostream &os, const Expr< ExprT > &x) |
Namespace for forward-mode AD classes w/caching.
Namespace for forward-mode AD classes.
| Expr< UnaryPlusOp< Expr<T> > > Sacado::CacheFad::operator+ | ( | const Expr< T > & | expr | ) | [inline] |
Definition at line 117 of file Sacado_CacheFad_Ops.hpp.
| Expr< UnaryMinusOp< Expr<T> > > Sacado::CacheFad::operator- | ( | const Expr< T > & | expr | ) | [inline] |
Definition at line 175 of file Sacado_CacheFad_Ops.hpp.
| Expr< AbsOp< Expr<T> > > Sacado::CacheFad::abs | ( | const Expr< T > & | expr | ) | [inline] |
Definition at line 238 of file Sacado_CacheFad_Ops.hpp.
| Expr< FAbsOp< Expr<T> > > Sacado::CacheFad::fabs | ( | const Expr< T > & | expr | ) | [inline] |
Definition at line 301 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::operator! | ( | const Expr< ExprT > & | expr | ) | [inline] |
Definition at line 2148 of file Sacado_CacheFad_Ops.hpp.
| bool Sacado::CacheFad::toBool | ( | const Expr< ExprT > & | x | ) |
Definition at line 2163 of file Sacado_CacheFad_Ops.hpp.
| std::ostream& Sacado::CacheFad::operator<< | ( | std::ostream & | os, |
| const Expr< ExprT > & | x | ||
| ) |
Definition at line 2215 of file Sacado_CacheFad_Ops.hpp.
1.7.4