<!--
{
  "availability" : [
    "iOS: 18.5.0 -",
    "iPadOS: 18.5.0 -",
    "macCatalyst: 18.5.0 -",
    "macOS: 15.5.0 -",
    "tvOS: 18.5.0 -",
    "visionOS: 2.5.0 -",
    "watchOS: 11.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/SparseGetConjugateTranspose(_:)-1e0js",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@SparseGetConjugateTranspose#$@SA@SparseMatrix_Complex_Float#"
  },
  "title" : "SparseGetConjugateTranspose(_:)"
}
-->

# SparseGetConjugateTranspose(_:)

Returns a conjugate transposed copy of the specified matrix of complex float values.

```
func SparseGetConjugateTranspose(_ Matrix: SparseMatrix_Complex_Float) -> SparseMatrix_Complex_Float
```

## Parameters

`Matrix`

The matrix to conjugate transpose.

## Return Value

A copy of matrix with `matrix.structure.attributes.transpose` bit
flipped and `matrix.structure.attributes.conjugate_transpose` bit set.

## Discussion

Note that the underlying storage is *not* reference counted,
so users must ensure the original matrix (or at least its underlying
storage) is not destroyed before they are finished with the matrix returned
by this routine.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)