vSgetmi(_:_:)
Transposes a matrix in place.
Declaration
func vSgetmi(_ size: Int32, _ x: UnsafeMutablePointer<vFloat>)Parameters
- size:
Number of rows and columns in matrix
x; must be a multiple of 4. - x:
Square matrix with
sizerows andsizecolumns.
Discussion
The matrix x is transposed in place.