---
title: "SparseGetConjugateTranspose(_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/sparsegetconjugatetranspose(_:)-a56p"
---

# SparseGetConjugateTranspose(_:)

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

## Declaration

```swift
func SparseGetConjugateTranspose(_ Factor: SparseOpaqueFactorization_Complex_Float) -> SparseOpaqueFactorization_Complex_Float
```

## Parameters

- `Factor`: The factorization to conjugate transpose.

## Return Value

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

- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-1e0js.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-4hysc.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-675y1.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-9o30w.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-9o30w.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-5hc5a.md)
