---
title: SPARSE_LOWER_SYMMETRIC
framework: accelerate
role: symbol
role_heading: Global Variable
path: accelerate/sparse_lower_symmetric
---

# SPARSE_LOWER_SYMMETRIC

A symmetric matrix with values derived from the lower triangle.

## Declaration

```swift
var SPARSE_LOWER_SYMMETRIC: sparse_matrix_property { get }
```

## See Also

### Constants

- [SPARSE_UPPER_TRIANGULAR](accelerate/sparse_upper_triangular.md)
- [SPARSE_LOWER_TRIANGULAR](accelerate/sparse_lower_triangular.md)
- [SPARSE_UPPER_SYMMETRIC](accelerate/sparse_upper_symmetric.md)
