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 double UMF_usolve
8 (
9     NumericType *Numeric,
10     Entry X [ ],
11     Int Pattern [ ]
12 ) ;
13