Transpose
Summary
public static MatrixD Transpose(MatrixD matrix)
Transposes the rows and columns of a matrix.
Returns
Parameters
- MatrixD matrix
Summary
public static void Transpose(ref MatrixD matrix, out MatrixD result)
Transposes the rows and columns of a matrix.