| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include <new>#include <cstring>

Go to the source code of this file.
Classes | |
| struct | Stokhos::IsScalarType< T > | 
| Base template specification for IsScalarType.  More... | |
| struct | Stokhos::ds_array< T, isScalar > | 
| Dynamic array allocation class that works for any type.  More... | |
| struct | Stokhos::ds_array< T, true > | 
| Dynamic array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...).  More... | |
Namespaces | |
| Stokhos | |
| Top-level namespace for Stokhos classes and functions.  | |
Macros | |
| #define | STOKHOS_BUILTIN_SPECIALIZATION(t) | 
| Specialization of above classes to built-in types.  More... | |
| #define STOKHOS_BUILTIN_SPECIALIZATION | ( | t | ) | 
Specialization of above classes to built-in types.
Definition at line 28 of file Stokhos_DynamicArrayTraits.hpp.
 1.8.5