You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: