sparse_matrix_destroy(_:)
Releases any memory associated with the matrix object.
Return Value
SPARSE_SUCCESS 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.
See Also
General Sparse Matrix Management Operations