|
Doxygen
1.9.8
|
Wraps around a C-style of an array and mimics 2D data-structure. More...
#include <tsgUtils.hpp>
Wraps around a C-style of an array and mimics 2D data-structure.
The Tasmanian external API accepts C-style arrays, which simplifies interfacing with other languages such as C, Python and Fortran. The arrays represent 2D data in strips with specific stride, the Wrapper2D() takes such an array and logically divides it so strips can be accessed without clumsy double-index notation.