Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 396 Bytes

Grid2D

Grid2D is a simple one-header templated gridclass in two dimensions. The two template arguments are

a) the value type `T`
b) the ordering (`utils::row_major`, `utils::column_major`) in `Ordering`.

Howto compile / use

Include the header file (#include "Grid2D.hpp"), then compile your program normally - see usage.cpp for an example.

Usage / Examples

See usage.cpp