Contents

SparseGetTranspose(_:)

Returns a transposed, reference-counted copy of a SparseOpaqueSubfactor_Complex_Double.

Declaration

func SparseGetTranspose(_ Subfactor: SparseOpaqueSubfactor_Complex_Double) -> SparseOpaqueSubfactor_Complex_Double

Parameters

  • Subfactor:

    The object to transpose.

Return Value

A subfactor equivalent to the transpose of the one provided. As this is reference counted, it must be freed through a call to SparseCleanup once it is no longer required.

See Also

Complex transpose functions