Rev 1820 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* -------------------------------------------------------------------------- *//* UMFPACK Version 4.5, Copyright (c) 2005 by Timothy A. Davis. CISE Dept, *//* Univ. of Florida. All Rights Reserved. See ../Doc/License for License. *//* web: http://www.cise.ufl.edu/research/sparse/umfpack *//* -------------------------------------------------------------------------- */GLOBAL Int UMF_solve(Int sys,const Int Ap [ ],const Int Ai [ ],const double Ax [ ],double Xx [ ],const double Bx [ ],#ifdef COMPLEXconst double Az [ ],double Xz [ ],const double Bz [ ],#endifNumericType *Numeric,Int irstep,double Info [UMFPACK_INFO],Int Pattern [ ],double SolveWork [ ]) ;