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_kernel_init
7 (
8     const Int Ap [ ],
9     const Int Ai [ ],
10     const double Ax [ ],
11 #ifdef COMPLEX
12     const double Az [ ],
13 #endif
14     NumericType *Numeric,
15     WorkType *Work,
16     SymbolicType *Symbolic
17 ) ;
18