---
title: "matrix_transpose(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/matrix_transpose(_:)-2oa75"
---

# matrix_transpose(_:)

Returns the transpose of a matrix.

## Declaration

```swift
func matrix_transpose(_ x: simd_float3x4) -> float4x3
```

## See Also

### Deprecated Symbols

- [matrix_equal(_:_:)](simd/matrix_equal(_:_:)-2m44x.md)
- [matrix_from_columns(_:_:_:_:)](simd/matrix_from_columns(_:_:_:_:)-7tq9m.md)
- [cmatrix](simd/simd_float4x3/cmatrix.md)
- [init(_:)](simd/simd_float4x3/init(_:)-6f0m9.md)
