---
title: SparseAttributes_t
framework: accelerate
role: symbol
role_heading: Structure
path: accelerate/sparseattributes_t
---

# SparseAttributes_t

A structure that represents the attributes of a matrix.

## Declaration

```swift
struct SparseAttributes_t
```

## Mentioned in

Creating sparse matrices

## Topics

### Creating a New Attributes Structure

- [init()](accelerate/sparseattributes_t/init().md)

### Instance Properties

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

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)

## See Also

### Inspecting a Matrix’s Structure and Data

- [rowCount](accelerate/densematrix_double/rowcount.md)
- [columnCount](accelerate/densematrix_double/columncount.md)
- [columnStride](accelerate/densematrix_double/columnstride.md)
- [attributes](accelerate/densematrix_double/attributes.md)
- [data](accelerate/densematrix_double/data.md)
