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

# SparseGetTranspose(_:)

Returns a transposed, reference-counted copy of a SparseOpaqueFactorization_Complex_Double.

## Declaration

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

## Parameters

- `Factor`: The factorization to transpose.

## Return Value

Return Value A matrix factorization of A^T, 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 transpose functions

- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-1fq2g.md)
- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-2fuzo.md)
- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-4nr8u.md)
- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-7dx1i.md)
- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-7dx1i.md)
- [SparseGetTranspose(_:)](accelerate/sparsegettranspose(_:)-9olfr.md)
