Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Stokhos::StaticFixedStorage< ordinal_t, value_t, Num, device_t > Class Template Reference

Statically allocated storage class. More...

#include <Stokhos_StaticFixedStorage.hpp>

Classes

struct  apply
 Turn StaticFixedStorage into a meta-function class usable with mpl::apply. More...
 
struct  apply_N
 

Public Types

typedef ordinal_t ordinal_type
 
typedef value_t value_type
 
typedef device_t::execution_space execution_space
 
typedef device_t::memory_space memory_space
 
typedef value_type & reference
 
typedef volatile value_type & volatile_reference
 
typedef const value_type & const_reference
 
typedef const volatile value_type & const_volatile_reference
 
typedef value_type * pointer
 
typedef volatile value_type * volatile_pointer
 
typedef const value_type * const_pointer
 
typedef const volatile value_type * const_volatile_pointer
 
typedef
Stokhos::StaticArrayTraits
< value_type, execution_space > 
ss
 
typedef Stokhos::MemoryTraits
< memory_space > 
MemTraits
 

Public Member Functions

KOKKOS_DEFAULTED_FUNCTION StaticFixedStorage ()=default
 Constructor.
 
KOKKOS_INLINE_FUNCTION StaticFixedStorage (const ordinal_type &sz, const value_type &x=value_type(0.0))
 Constructor.
 
KOKKOS_INLINE_FUNCTION StaticFixedStorage (const ordinal_type &sz, const value_type *x)
 Constructor from array.
 
KOKKOS_INLINE_FUNCTION StaticFixedStorage (const ordinal_type &sz, pointer v, bool owned)
 Constructor for creating a view (not allowed)
 
KOKKOS_DEFAULTED_FUNCTION StaticFixedStorage (const StaticFixedStorage &s)=default
 Copy constructor.
 
KOKKOS_INLINE_FUNCTION StaticFixedStorage (const volatile StaticFixedStorage &s)
 Copy constructor.
 
KOKKOS_DEFAULTED_FUNCTION ~StaticFixedStorage ()=default
 Destructor.
 
KOKKOS_DEFAULTED_FUNCTION
StaticFixedStorage
operator= (const StaticFixedStorage &s)=default
 Assignment operator.
 
KOKKOS_INLINE_FUNCTION
StaticFixedStorage
operator= (const volatile StaticFixedStorage &s)
 Assignment operator.
 
KOKKOS_INLINE_FUNCTION
StaticFixedStorage
operator= (const StaticFixedStorage &s) volatile
 Assignment operator.
 
KOKKOS_INLINE_FUNCTION
StaticFixedStorage
operator= (const volatile StaticFixedStorage &s) volatile
 Assignment operator.
 
KOKKOS_INLINE_FUNCTION void init (const_reference v)
 Initialize values to a constant value.
 
KOKKOS_INLINE_FUNCTION void init (const_reference v) volatile
 Initialize values to a constant value.
 
KOKKOS_INLINE_FUNCTION void init (const_pointer v, const ordinal_type &sz=0)
 Initialize values to an array of values.
 
KOKKOS_INLINE_FUNCTION void init (const_pointer v, const ordinal_type &sz=0) volatile
 Initialize values to an array of values.
 
KOKKOS_INLINE_FUNCTION void load (pointer v)
 Load values to an array of values.
 
KOKKOS_INLINE_FUNCTION void load (pointer v) volatile
 Load values to an array of values.
 
KOKKOS_INLINE_FUNCTION void resize (const ordinal_type &sz)
 Resize to new size (values are preserved)
 
KOKKOS_INLINE_FUNCTION void resize (const ordinal_type &sz) volatile
 Resize to new size (values are preserved)
 
KOKKOS_INLINE_FUNCTION void shallowReset (pointer v, const ordinal_type &sz, const ordinal_type &stride, bool owned)
 Reset storage to given array, size, and stride.
 
KOKKOS_INLINE_FUNCTION void shallowReset (pointer v, const ordinal_type &sz, const ordinal_type &stride, bool owned) volatile
 Reset storage to given array, size, and stride.
 
KOKKOS_INLINE_FUNCTION
const_reference 
operator[] (const ordinal_type &i) const
 Coefficient access (avoid if possible)
 
KOKKOS_INLINE_FUNCTION
const_volatile_reference 
operator[] (const ordinal_type &i) const volatile
 Coefficient access (avoid if possible)
 
KOKKOS_INLINE_FUNCTION reference operator[] (const ordinal_type &i)
 Coefficient access (avoid if possible)
 
KOKKOS_INLINE_FUNCTION
volatile_reference 
operator[] (const ordinal_type &i) volatile
 Coefficient access (avoid if possible)
 
template<int i>
KOKKOS_INLINE_FUNCTION reference getCoeff ()
 
template<int i>
KOKKOS_INLINE_FUNCTION
volatile_reference 
getCoeff () volatile
 
template<int i>
KOKKOS_INLINE_FUNCTION
const_volatile_reference 
getCoeff () const volatile
 
template<int i>
KOKKOS_INLINE_FUNCTION
const_reference 
getCoeff () const
 
KOKKOS_INLINE_FUNCTION
const_volatile_pointer 
coeff () const volatile
 Get coefficients.
 
KOKKOS_INLINE_FUNCTION
const_pointer 
coeff () const
 Get coefficients.
 
KOKKOS_INLINE_FUNCTION
volatile_pointer 
coeff () volatile
 Get coefficients.
 
KOKKOS_INLINE_FUNCTION pointer coeff ()
 Get coefficients.
 

Static Public Member Functions

static KOKKOS_INLINE_FUNCTION
ordinal_type 
size ()
 Return size.
 

Static Public Attributes

static const bool is_static = true
 
static const int static_size = Num
 
static const bool supports_reset = false
 

Detailed Description

template<typename ordinal_t, typename value_t, int Num, typename device_t>
class Stokhos::StaticFixedStorage< ordinal_t, value_t, Num, device_t >

Statically allocated storage class.


The documentation for this class was generated from the following file: