<!--
{
  "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/SparseGetTranspose(_:)-2fuzo",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@SparseGetTranspose#$@SA@SparseOpaqueSubfactor_Complex_Float#"
  },
  "title" : "SparseGetTranspose(_:)"
}
-->

# SparseGetTranspose(_:)

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

```
func SparseGetTranspose(_ Subfactor: SparseOpaqueSubfactor_Complex_Float) -> SparseOpaqueSubfactor_Complex_Float
```

## Parameters

`Subfactor`

The object to transpose.

## Return Value

A subfactor equivalent to the transpose of the one provided. As
this is reference counted, it must be freed through a call to
`SparseCleanup` once it is no longer required.

---

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)