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

# SparseGetTranspose(_:)

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

## Declaration

```swift
func SparseGetTranspose(_ Matrix: SparseMatrix_Complex_Float) -> SparseMatrix_Complex_Float
```

## Parameters

- `Matrix`: The matrix to transpose.

## Return Value

Return Value A copy of matrix with matrix.structure.attributes.transpose bit flipped and matrix.structure.attributes.conjugate_transpose bit cleared.

## Discussion

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.

## See Also

### Complex transpose functions

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