Contents

SparseCleanup(_:)

Release a Sparse matrix’s references to any memory allocated by the Sparse library.

Declaration

func SparseCleanup(_ toFree: SparseMatrix_Complex_Double)

Discussion

Reports an error if the matrix was not allocated by Sparse.

See Also

Resource Cleanup