SparseGetTranspose(_:)
Returns a transposed, reference-counted copy of a SparseOpaqueSubfactor_Complex_Float.
Declaration
func SparseGetTranspose(_ Subfactor: SparseOpaqueSubfactor_Complex_Float) -> SparseOpaqueSubfactor_Complex_FloatParameters
- 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.