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

# SparseGetConjugateTranspose(_:)

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

## Declaration

```swift
func SparseGetConjugateTranspose(_ Subfactor: SparseOpaqueSubfactor_Complex_Float) -> SparseOpaqueSubfactor_Complex_Float
```

## Parameters

- `Subfactor`: The object 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(_:)-675y1.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-9o30w.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-9o30w.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-a56p.md)
- [SparseGetConjugateTranspose(_:)](accelerate/sparsegetconjugatetranspose(_:)-5hc5a.md)
