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... | |
| class | DMFad |
| Forward-mode AD class using dynamic memory allocation and expression templates. More... | |
| class | DMFad< ValueT, ValueT > |
| Forward-mode AD class using dynamic memory allocation and expression templates. More... | |
| class | DynamicStorage |
| Derivative array storage class using dynamic memory allocation. More... | |
| class | Expr |
| Wrapper for a generic 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 | MemPool |
| Memory pool. More... | |
| class | MemPoolManager |
| Class to manage memory pools for different Fad dimensions. More... | |
| struct | mp_array |
| Dynamic array allocation class that works for any type. More... | |
| struct | mp_array< T, true > |
| Dynamic array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...). More... | |
| class | MemPoolStorage |
| Derivative array storage class using dynamic memory allocation. 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... | |
| 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... | |
| class | StaticStorage |
| Derivative array storage class using static memory allocation. More... | |
Functions | |
| template<typename ExprT> | |
| std::ostream & | operator<< (std::ostream &os, const Expr< ExprT > &x) |
| std::ostream& Sacado::Fad::operator<< | ( | std::ostream & | os, | |
| const Expr< ExprT > & | x | |||
| ) |
Definition at line 575 of file Sacado_Fad_Ops.hpp.
1.4.7