---
title: "SparseGetTranspose(_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/sparsegettranspose(_:)-9r7s5"
---

# SparseGetTranspose(_:)

Returns a transposed copy of the specified double-precision subfactor.

## Declaration

```swift
func SparseGetTranspose(_ Subfactor: SparseOpaqueSubfactor_Double) -> SparseOpaqueSubfactor_Double
```

## Parameters

- `Subfactor`: The subfactor to transpose.

## Return Value

Return Value An object equivalent to the transpose of the one you provide. Because this is a reference-counted subfactor, the system must free it through a call to SparseCleanup(_:) when it no longer needs it.

## See Also

### Subfactor transpose functions

- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-827va.md)
