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

Go to the source code of this file.
Classes | |
| struct | Stokhos::IsScalarType2< T > |
| Base template specification for IsScalarType. More... | |
| struct | Stokhos::DynArrayTraits< T, device_t, isScalar > |
| Dynamic array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...). More... | |
| struct | Stokhos::DynArrayTraits< T, device_t, false > |
| Dynamic array allocation class that works for any type. 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 62 of file Stokhos_DynArrayTraits.hpp.
1.8.5