There are several classes which would benefit from a multidimensional array class. Notably:
RegularPartition
RectilinearPartition
XSec
Each of these classes currently implement functionality that would be provided by an array class, such as mapping multidimensional indexing to 1D, element-wise operations, etc.
There are several classes which would benefit from a multidimensional array class. Notably:
Each of these classes currently implement functionality that would be provided by an array class, such as mapping multidimensional indexing to 1D, element-wise operations, etc.