---
title: General Sparse Matrix Management Operations
framework: accelerate
role: collectionGroup
role_heading: API Collection
path: accelerate/general-sparse-matrix-management-operations
---

# General Sparse Matrix Management Operations

Manage and work with the properties of a sparse matrix.

## Topics

### General Sparse Matrix Management Operations

- [sparse_commit(_:)](accelerate/sparse_commit(_:).md)
- [sparse_matrix_destroy(_:)](accelerate/sparse_matrix_destroy(_:).md)
- [sparse_set_matrix_property(_:_:)](accelerate/sparse_set_matrix_property(_:_:).md)
- [sparse_get_matrix_property(_:_:)](accelerate/sparse_get_matrix_property(_:_:).md)
- [sparse_get_matrix_number_of_rows(_:)](accelerate/sparse_get_matrix_number_of_rows(_:).md)
- [sparse_get_matrix_number_of_columns(_:)](accelerate/sparse_get_matrix_number_of_columns(_:).md)
- [sparse_get_matrix_nonzero_count(_:)](accelerate/sparse_get_matrix_nonzero_count(_:).md)
- [sparse_get_matrix_nonzero_count_for_row(_:_:)](accelerate/sparse_get_matrix_nonzero_count_for_row(_:_:).md)
- [sparse_get_matrix_nonzero_count_for_column(_:_:)](accelerate/sparse_get_matrix_nonzero_count_for_column(_:_:).md)

### Supporting Types

- [sparse_dimension](accelerate/sparse_dimension.md)
- [sparse_index](accelerate/sparse_index.md)
- [sparse_matrix_property](accelerate/sparse_matrix_property.md)

## See Also

### Sparse computation

- [Matrix and Vector Operations](accelerate/matrix-and-vector-operations.md)
- [Pointwise Matrix Operations](accelerate/pointwise-matrix-operations.md)
- [Blockwise Matrix Operations](accelerate/blockwise-matrix-operations.md)
- [Sparse Vector Utility Operations](accelerate/sparse-vector-utility-operations.md)
