1/* -------------------------------------------------------------------------- */ 2/* UMFPACK Version 4.4, Copyright (c) 2005 by Timothy A. Davis. CISE Dept, */ 3/* Univ. of Florida. All Rights Reserved. See ../Doc/License for License. */ 4/* web: http://www.cise.ufl.edu/research/sparse/umfpack */ 5/* -------------------------------------------------------------------------- */ 6 7GLOBAL Int UMF_get_memory 8( 9 NumericType *Numeric, 10 WorkType *Work, 11 Int needunits, 12 Int r2, 13 Int c2, 14 Int do_Fcpos 15) ; 16 17