MatrixTranspose method

MatrixD MatrixTranspose(
  1. MatrixD mat
)

Implementation

MatrixD MatrixTranspose(MatrixD mat) => mat.transpose();