Contents

SparseGetConjugateTranspose(_:)

Returns a conjugate transposed, reference-counted copy of a SparseOpaqueSubfactor_Complex_Float.

Declaration

func SparseGetConjugateTranspose(_ Subfactor: SparseOpaqueSubfactor_Complex_Float) -> SparseOpaqueSubfactor_Complex_Float

Parameters

  • Subfactor:

    The object to conjugate transpose.

Return Value

A matrix factorization of A^H, where the original was of A. As this is reference counted, it must be freed through a call to SparseCleanup once it is no longer required.

See Also

Complex conjugate transpose functions