Home > @josh-brown/vector > ArrayMatrix > transpose
Returns the transpose of the matrix
Signature:
transpose(): Matrix<S>;Returns:
Matrix<S>
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)