Contents

la_transpose(_:)

Declaration

func la_transpose(_ matrix: la_object_t) -> la_object_t

Discussion

Transpose a vector or matrix.

Returns a matrix that is the transpose of the source vector or matrix. If the source object is not a vector or matrix, the returned object will have status LA_INVALID_PARAMETER_ERROR.

See Also

Functions