Go to the documentation of this file.
9 template <
class T>
YAKL_INLINE T constexpr
tiny(T) {
return std::numeric_limits<T>::min(); }
11 template <
class T,
int rank,
int myMem,
int myStyle>
14 template <
class T,
int rank,
class D0,
class D1,
class D2,
class D3>
17 template <
class T,
int rank,
unsigned D0,
unsigned D1,
unsigned D2,
unsigned D3>
YAKL_INLINE constexpr T tiny(T)
Definition: YAKL_intrinsics_tiny.h:9
#define __YAKL_NAMESPACE_WRAPPER_END__
Definition: YAKL.h:20
#define __YAKL_NAMESPACE_WRAPPER_BEGIN__
Definition: YAKL.h:19
#define YAKL_INLINE
Used to decorate functions called from kernels (parallel_for and parallel_outer) or from CPU function...
Definition: YAKL_defines.h:140
This declares the yakl::Array class. Please see the yakl::styleC and yakl::styleFortran template spec...
Definition: YAKL_Array.h:40
C-style array on the stack similar in nature to, e.g., float arr[ny][nx];
Definition: YAKL_CSArray.h:30
Fortran-style array on the stack similar in nature to, e.g., float arr[ny][nx];
Definition: YAKL_FSArray.h:53