Ask a Question | Search PSRCHIVE: |
![]()
|
ndArray< N, T > Class Template Reference An N-dimensional array of elements of type T, defined recursively. More...
Detailed Descriptiontemplate<unsigned N, typename T> class ndArray< N, T > An N-dimensional array of elements of type T, defined recursively. This template implements row-major order calculation of offsets using C-style array index notation; e.g. data[i][j][k] The documentation for this class was generated from the following file: Generated using doxygen 1.14.0
|