YAKL
|
This declares the yakl::Array class. Please see the yakl::styleC and yakl::styleFortran template specializations for more detailed information about this class. More...
#include <YAKL_Array.h>
This declares the yakl::Array class. Please see the yakl::styleC and yakl::styleFortran template specializations for more detailed information about this class.
T | The type of the array. For yakl::memHost arrays, this can be generally any time. For yakl::memDevice arrays, this needs to be a type with no constructor, preferably an arithmetic type. |
rank | The number of dimensions for this array object. |
myMem | The memory space for this array object: either yakl::memHost or yakl::memDevice |
myStyle | The behavior of this array: either yakl::styleC or yakl::styleFortran |