umf_usolve.h
500 Bytes
/* -------------------------------------------------------------------------- */
/* UMFPACK Copyright (c) Timothy A. Davis, CISE, */
/* Univ. of Florida. All Rights Reserved. See ../Doc/License for License. */
/* web: http://www.cise.ufl.edu/research/sparse/umfpack */
/* -------------------------------------------------------------------------- */
GLOBAL double UMF_usolve
(
NumericType *Numeric,
Entry X [ ],
Int Pattern [ ]
) ;