Closed ToddFincannon closed 3 years ago
The subscript alias operator <-> allows a subscript range to be defined as an alias of another subscript range with the same indices. For example:
DimE <-> DimF DimF: F1, F2, F3
DimE will have indices F1, F2, F3.
The subscript alias operator <-> allows a subscript range to be defined as an alias of another subscript range with the same indices. For example:
DimE will have indices F1, F2, F3.