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 double UMF_ltsolve
7 (
8     NumericType *Numeric,
9     Entry X [ ],
10     Int Pattern [ ]
11 ) ;
12 
13 GLOBAL double UMF_lhsolve
14 (
15     NumericType *Numeric,
16     Entry X [ ],
17     Int Pattern [ ]
18 ) ;
19