Home > @josh-brown/vector > FloatMatrix > transpose
Returns the transpose of the matrix
Signature:
transpose(): Matrix<number>;Returns:
Matrix<number>
The transpose
The transpose of a matrix A is the unique matrix for which the entry at (i,j) is equal to the entry in A at (j, i)