Swaps the major axises of stored numbers. It is useful to transform matrices for efficient arithmetic implementation. You can check which the major axis is by function isMajorAxisRow.
isMajorAxisRow
The matrix to interchange axises.
The transformed matrix.
Swaps the major axises of stored numbers. It is useful to transform matrices for efficient arithmetic implementation. You can check which the major axis is by function
isMajorAxisRow.