MatrixTranspose method
MatrixStructType
MatrixTranspose(
- MatrixStructType mat
Implementation
MatrixStructType MatrixTranspose(MatrixStructType mat) => mat.transpose();
MatrixStructType MatrixTranspose(MatrixStructType mat) => mat.transpose();