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