Celeritas
0.5.0-56+6b053cd
|
Class for indexing into flattened N-dimensional data (index to N-D coords) More...
#include <HyperslabIndexer.hh>
Public Types | |
Type aliases | |
using | Coords = Array< size_type, N > |
Public Member Functions | |
CELER_FUNCTION | HyperslabInverseIndexer (Array< size_type, N > const &dims) |
Construct from array denoting the sizes of each dimension. | |
CELER_FUNCTION Coords | operator() (size_type index) const |
Convert an index to N-dimensional coordinates. More... | |
Class for indexing into flattened N-dimensional data (index to N-D coords)
Indexing is in standard C iteration order, such that final dimension "changes fastest". For example, when indexing into a 3D grid (N=3), index 1 will result in coords (i=0, j=0, k=1).
|
inline |
Convert an index to N-dimensional coordinates.
Convert an index into N-dimensional coordinates.