Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <cstdlib>
#include "Kokkos_Core_fwd.hpp"
Go to the source code of this file.
Classes | |
struct | Stokhos::MemoryTraits< MemorySpace > |
Traits class encapsulting memory alignment. More... | |
struct | Stokhos::MemoryTraits< Kokkos::HostSpace > |
Specialization of MemoryTraits for host memory spaces. More... | |
class | Stokhos::aligned_allocator< T > |
An aligned STL allocator. More... | |
struct | Stokhos::aligned_allocator< T >::rebind< U > |
class | Stokhos::aligned_allocator< const T > |
An aligned STL allocator. More... | |
struct | Stokhos::aligned_allocator< const T >::rebind< U > |
Namespaces | |
Stokhos | |
Top-level namespace for Stokhos classes and functions. | |
Macros | |
#define | STOKHOS_ALIGN_MEMORY 1 |
Functions | |
template<typename T , typename U > | |
bool | Stokhos::operator== (const aligned_allocator< T > &, const aligned_allocator< U > &) |
template<typename T , typename U > | |
bool | Stokhos::operator!= (const aligned_allocator< T > &, const aligned_allocator< U > &) |
#define STOKHOS_ALIGN_MEMORY 1 |
Definition at line 18 of file Stokhos_MemoryTraits.hpp.