Transpose (flip) a matrix.
A matrix type. This is a 2D array of a guaranteed uniform size.
A static matrix type. This is a value matrix value type created directly on the stack.
This class defines a range of rows over a matrix.
Alias all (M, 0), (0, N) size static matrices into one single zero-sized type of size (0, 0).
This module defines a matrix data structure and various operations on this data structure. All operations are @safe pure nothrow, so they can be used in any such function, and the results of any operation can be implicitly converted to an immutable type.