Contents

SparseGetTranspose(_:)

Returns a transposed copy of the specified single-precision subfactor.

Declaration

func SparseGetTranspose(_ Subfactor: SparseOpaqueSubfactor_Float) -> SparseOpaqueSubfactor_Float

Parameters

  • Subfactor:

    The subfactor to transpose.

Return Value

An object equivalent to the transpose of the one you provide. Because this is a reference-counted subfactor, the system must free it through a call to SparseCleanup(_:) when it no longer needs it.

See Also

Subfactor transpose functions