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

# SparseGetTranspose(_:)

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

## Declaration

```swift
func SparseGetTranspose(_ Factor: SparseOpaqueFactorization_Double) -> SparseOpaqueFactorization_Double
```

## Parameters

- `Factor`: The factorization to transpose.

## Return Value

Return Value A matrix factorization of A__ᵀ, where the original was of A. Because this is a reference-counted factorization, you must free it through a call to SparseCleanup(_:) when you no longer need it.

## See Also

### Factorization transpose functions

- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-48t76.md)
