Contents

SparseCleanup(_:)

Releases a matrix of double-precision values’ references to any memory that the Sparse Solvers library allocates.

Declaration

func SparseCleanup(_ toFree: SparseMatrix_Double)

Parameters

  • toFree:

    The object to release references to any allocated memory.

See Also

Resource Cleanup