---
title: transpose
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/sparseattributes_t/transpose
---

# transpose

A Boolean value that specifies whether to implicitly transpose the matrix.

## Declaration

```swift
var transpose: Bool { get set }
```

## Discussion

Discussion If true, the system implicitly transposes the matrix when it uses it in any functions.

## See Also

### Instance Properties

- [triangle](accelerate/sparseattributes_t/triangle.md)
- [SparseTriangle_t](accelerate/sparsetriangle_t.md)
- [kind](accelerate/sparseattributes_t/kind.md)
- [SparseKind_t](accelerate/sparsekind_t.md)
