YAKL
Classes | Namespaces | Typedefs
YAKL_CSArray.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yakl::CSArray< T, rank, D0, D1, D2, D3 >
 C-style array on the stack similar in nature to, e.g., float arr[ny][nx]; More...
 

Namespaces

 yakl
 

Typedefs

template<class T , int rank, unsigned D0, unsigned D1 = 1, unsigned D2 = 1, unsigned D3 = 1>
using yakl::SArray = CSArray< T, rank, D0, D1, D2, D3 >
 Most often, codes use the type define yakl::SArray rather than yakl::CSArray. More...