Contents

SparseCleanup(_:)

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

Declaration

func SparseCleanup(_ toFree: SparseOpaqueFactorization_Float)

Parameters

  • toFree:

    The object to release references to any allocated memory.

See Also

Resource Cleanup