MatrixTranspose method

MatrixStructType MatrixTranspose(
  1. MatrixStructType mat
)

Implementation

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