Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Sacado_Fad_Exp_MemPoolStorage.hpp File Reference
#include <type_traits>
#include <new>
#include <cstring>
#include "Sacado_Traits.hpp"
#include "Sacado_Fad_MemPool.hpp"
Include dependency graph for Sacado_Fad_Exp_MemPoolStorage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Sacado::Fad::Exp::mp_array< T, isScalar >
 Dynamic array allocation class that works for any type. More...
 
struct  Sacado::Fad::Exp::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  Sacado::Fad::Exp::MemPoolStorage< T >
 Derivative array storage class using dynamic memory allocation. More...
 
struct  Sacado::Fad::Exp::MemPoolStorage< T >::apply< TT >
 Turn MemPoolStorage into a meta-function class usable with mpl::apply. More...
 
struct  Sacado::Fad::Exp::MemPoolStorage< T >::apply_N< N >
 Replace static derivative length. More...
 

Namespaces

 Sacado
 
 Sacado::Fad
 Namespace for forward-mode AD classes.
 
 Sacado::Fad::Exp