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