1 /* -------------------------------------------------------------------------- */
2 /* UMFPACK Copyright (c) Timothy A. Davis, CISE,                              */
3 /* Univ. of Florida.  All Rights Reserved.  See ../Doc/License for License.   */
4 /* web: http://www.cise.ufl.edu/research/sparse/umfpack                       */
5 /* -------------------------------------------------------------------------- */
6 
7 GLOBAL void UMF_garbage_collection
8 (
9     NumericType *Numeric,
10     WorkType *Work,
11     Int drnew,
12     Int dcnew,
13     Int do_Fcpos
14 ) ;
15