YAKL
yakl::fortran::Bounds< N, simple > Class Template Reference

Describes a set of Fortran-style tightly-nested loops. More...

#include <YAKL_Bounds_fortran.h>

Detailed Description

template<int N, bool simple = false>
class yakl::fortran::Bounds< N, simple >

Describes a set of Fortran-style tightly-nested loops.

Also contains functions to unpack indices from a single global index given the loop bounds and strides.

Parameters
NThe nuber of tightly nested loops being described
simpleWhether the loop bounds all have lower bounds of 1 and strides of 1

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