Home
last modified time | relevance | path

Searched refs:CHOLMOD_OPTION_DOUBLE (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/sbaij/seq/cholmod/
H A Dsbaijcholmod.c33 #define CHOLMOD_OPTION_DOUBLE(name, help) \ macro
75 CHOLMOD_OPTION_DOUBLE(maxGpuMemFraction, "Fraction of available GPU memory to allocate"); in CholmodSetOptions()
83 CHOLMOD_OPTION_DOUBLE(dbound, "Minimum absolute value of diagonal entries of D"); in CholmodSetOptions()
84 CHOLMOD_OPTION_DOUBLE(grow0, "Global growth ratio when factors are modified"); in CholmodSetOptions()
85 CHOLMOD_OPTION_DOUBLE(grow1, "Column growth ratio when factors are modified"); in CholmodSetOptions()
92 …if (c->supernodal) CHOLMOD_OPTION_DOUBLE(supernodal_switch, "flop/nnz_L threshold for switching to… in CholmodSetOptions()