Contents

SparseGetConjugateTranspose(_:)

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

Declaration

func SparseGetConjugateTranspose(_ Factor: SparseOpaqueFactorization_Complex_Float) -> SparseOpaqueFactorization_Complex_Float

Parameters

  • Factor:

    The factorization 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