21 Common->memgrow = 1.2;
22 Common->initmem_amd = 1.2 ;
23 Common->initmem = 10 ;
26 Common->ordering = 0 ;
32 Common->halt_if_singular =
TRUE ;
35 Common->malloc_memory = malloc ;
36 Common->calloc_memory = calloc ;
37 Common->free_memory = free ;
38 Common->realloc_memory = realloc ;
41 Common->user_order =
NULL ;
42 Common->user_data =
NULL ;
46 Common->nrealloc = 0 ;
47 Common->structural_rank =
EMPTY ;
48 Common->numerical_rank =
EMPTY ;
49 Common->noffdiag =
EMPTY ;
50 Common->flops =
EMPTY ;
51 Common->rcond =
EMPTY ;
52 Common->condest =
EMPTY ;
53 Common->rgrowth =
EMPTY ;
56 Common->memusage = 0 ;
Int KLU_defaults(KLU_common *Common)