---
title: rowCount
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/sparsematrixstructure/rowcount
---

# rowCount

The number of rows in the matrix.

## Declaration

```swift
var rowCount: Int32
```

## See Also

### Inspecting the properties of a sparse matrix description

- [attributes](accelerate/sparsematrixstructure/attributes.md)
- [blockSize](accelerate/sparsematrixstructure/blocksize.md)
- [columnCount](accelerate/sparsematrixstructure/columncount.md)
- [columnStarts](accelerate/sparsematrixstructure/columnstarts.md)
- [rowIndices](accelerate/sparsematrixstructure/rowindices.md)
