|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
Namespace for expression-level reverse forward-mode AD classes. More...
Classes | |
| class | DFad |
| Forward-mode AD class using dynamic memory allocation and expression-level reverse mode expression templates. More... | |
| struct | ExprPromote |
| Base template specification for ExprPromote. More... | |
| struct | ExprPromote< A, A > |
| Specialization of ExprPromote for a single type. More... | |
| class | Expr |
| Wrapper for a generic expression template. More... | |
| class | ConstExpr |
| Constant expression template. More... | |
| struct | ExprConstRef |
| struct | ExprConstRef< ConstExpr< T > > |
| 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... | |
| struct | ExprPromote< GeneralFad< T, S >, T > |
| Specialization of ExprPromote to GeneralFad types. More... | |
| struct | ExprPromote< T, GeneralFad< T, S > > |
| Specialization of ExprPromote to GeneralFad types. More... | |
| 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 |
| struct | ExprPromote< Expr< SFadExprTag< T, Num > >, T > |
| Specialization of ExprPromote to Expr<SFadExprTag> types. More... | |
| struct | ExprPromote< T, Expr< SFadExprTag< T, Num > > > |
| Specialization of ExprPromote to GeneralFad types. More... | |
| class | SLFad |
| Forward-mode AD class using static memory allocation with long arrays and expression templates with expression-level reverse mode. More... | |
Functions | |
| template<typename T , typename Storage > | |
| std::ostream & | operator<< (std::ostream &os, const GeneralFad< T, Storage > &x) |
| template<typename ExprT > | |
| bool | toBool (const Expr< ExprT > &x) |
| template<typename ExprT > | |
| std::ostream & | operator<< (std::ostream &os, const Expr< ExprT > &x) |
| template<typename T , int Num> | |
| std::ostream & | operator<< (std::ostream &os, const Expr< SFadExprTag< T, Num > > &x) |
Namespace for expression-level reverse forward-mode AD classes.
| std::ostream& Sacado::ELRFad::operator<< | ( | std::ostream & | os, |
| const GeneralFad< T, Storage > & | x | ||
| ) |
Definition at line 302 of file Sacado_ELRFad_GeneralFad.hpp.
| bool Sacado::ELRFad::toBool | ( | const Expr< ExprT > & | x | ) |
Definition at line 895 of file Sacado_ELRFad_Ops.hpp.
| std::ostream& Sacado::ELRFad::operator<< | ( | std::ostream & | os, |
| const Expr< ExprT > & | x | ||
| ) |
Definition at line 947 of file Sacado_ELRFad_Ops.hpp.
| std::ostream& Sacado::ELRFad::operator<< | ( | std::ostream & | os, |
| const Expr< SFadExprTag< T, Num > > & | x | ||
| ) |
Definition at line 460 of file Sacado_ELRFad_SFad.hpp.
1.7.4