Summary

public static MatrixD Transpose(MatrixD matrix)

Transposes the rows and columns of a matrix.

Returns

MatrixD

Parameters

Summary

public static void Transpose(ref MatrixD matrix, out MatrixD result)

Transposes the rows and columns of a matrix.

Parameters