Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Static array allocation class that works for any type. More...
#include <Sacado_StaticArrayTraits.hpp>
Static Public Member Functions | |
static KOKKOS_INLINE_FUNCTION void | copy (const T *src, T *dest, int sz) |
Copy array from src to dest of length sz . More... | |
static KOKKOS_INLINE_FUNCTION void | zero (T *dest, int sz) |
Zero out array dest of length sz . More... | |
Static array allocation class that works for any type.
Definition at line 43 of file Sacado_StaticArrayTraits.hpp.
|
inlinestatic |
Copy array from src
to dest
of length sz
.
Definition at line 47 of file Sacado_StaticArrayTraits.hpp.
|
inlinestatic |
Zero out array dest
of length sz
.
Definition at line 54 of file Sacado_StaticArrayTraits.hpp.