Contents

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 size rows and size columns.

Discussion

The matrix x is transposed in place.

See Also

Matrix Operations (from vectorOps.h)