1 /* -------------------------------------------------------------------------- */
2 /* Copyright (c) 2005-2012 by Timothy A. Davis, http://www.suitesparse.com.   */
3 /* All Rights Reserved.  See ../Doc/License.txt for License.                  */
4 /* -------------------------------------------------------------------------- */
5 
6 GLOBAL Int UMF_store_lu
7 (
8     NumericType *Numeric,
9     WorkType *Work
10 ) ;
11 
12 GLOBAL Int UMF_store_lu_drop
13 (
14     NumericType *Numeric,
15     WorkType *Work
16 ) ;
17