MatrixTranspose method
See MatrixD.transpose.
Implementation
MatrixD MatrixTranspose(
MatrixD mat,
) => run(
() => _debugLabels.MatrixTranspose(mat),
() => mat.transpose(),
);
See MatrixD.transpose.
MatrixD MatrixTranspose(
MatrixD mat,
) => run(
() => _debugLabels.MatrixTranspose(mat),
() => mat.transpose(),
);