Classes | |
| class | DFad |
| Forward-mode AD class using dynamic memory allocation and expression templates. More... | |
| class | DFad< ValueT, ValueT > |
| Forward-mode AD class using dynamic memory allocation and 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 |
| Forward-mode AD class using static memory allocation. More... | |
| class | SFad< ValueT, Num, ValueT > |
| Forward-mode AD class using static memory allocation. More... | |
| 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. More... | |
| class | SLFad< ValueT, Num, ValueT > |
| Forward-mode AD class using static memory allocation. More... | |
Functions | |
| template<typename T, typename Storage> | |
| std::ostream & | operator<< (std::ostream &os, const GeneralFad< T, Storage > &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) |
| std::ostream& Sacado::ELRFad::operator<< | ( | std::ostream & | os, | |
| const GeneralFad< T, Storage > & | x | |||
| ) |
Definition at line 271 of file Sacado_ELRFad_GeneralFad.hpp.
| std::ostream& Sacado::ELRFad::operator<< | ( | std::ostream & | os, | |
| const Expr< ExprT > & | x | |||
| ) |
Definition at line 431 of file Sacado_ELRFad_Ops.hpp.
| std::ostream& Sacado::ELRFad::operator<< | ( | std::ostream & | os, | |
| const Expr< SFadExprTag< T, Num > > & | x | |||
| ) |
Definition at line 496 of file Sacado_ELRFad_SFad.hpp.
1.4.7