//------------------------------------------------------------------------------ // UMFPACK/Source/umf_garbage_collection.h //------------------------------------------------------------------------------ // UMFPACK, Copyright (c) 2005-2023, Timothy A. Davis, All Rights Reserved. // SPDX-License-Identifier: GPL-2.0+ //------------------------------------------------------------------------------ void UMF_garbage_collection ( NumericType *Numeric, WorkType *Work, Int drnew, Int dcnew, Int do_Fcpos ) ;