Releases any memory associated with the matrix object.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Accelerate
Declaration
sparse _status sparse_matrix_destroy(void *A);
Parameters
A
The sparse matrix object.
Return Value
SPARSE
and all memory associated with the matrix object is released.
Discussion
Upon return the matrix, A
, is no longer valid and any use of the object is undefined.