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 void UMF_set_stats
7 (
8     double Info [ ],
9     SymbolicType *Symbolic,
10     double max_usage,
11     double num_mem_size,
12     double flops,
13     double lnz,
14     double unz,
15     double maxfrsize,
16     double ulen,
17     double npiv,
18     double maxnrows,
19     double maxncols,
20     Int scale,
21     Int prefer_diagonal,
22     Int what
23 ) ;
24