24 Common->memgrow = 1.2;
25 Common->initmem_amd = 1.2 ;
26 Common->initmem = 10 ;
29 Common->ordering = 0 ;
35 Common->halt_if_singular =
TRUE ;
38 Common->malloc_memory = malloc ;
39 Common->calloc_memory = calloc ;
40 Common->free_memory = free ;
41 Common->realloc_memory = realloc ;
44 Common->user_order =
NULL ;
45 Common->user_data =
NULL ;
49 Common->nrealloc = 0 ;
50 Common->structural_rank =
EMPTY ;
51 Common->numerical_rank =
EMPTY ;
52 Common->noffdiag =
EMPTY ;
53 Common->flops =
EMPTY ;
54 Common->rcond =
EMPTY ;
55 Common->condest =
EMPTY ;
56 Common->rgrowth =
EMPTY ;
59 Common->memusage = 0 ;
Int KLU_defaults(KLU_common *Common)