Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/seq/cholmod/
H A Dsbaijcholmod.c54 #define CHOLMOD_OPTION_BOOL(name, help) \ macro
93 CHOLMOD_OPTION_BOOL(final_asis, "Leave factors \"as is\""); in CholmodSetOptions()
94CHOLMOD_OPTION_BOOL(final_pack, "Pack the columns when finished (use FALSE if the factors will be … in CholmodSetOptions()
96CHOLMOD_OPTION_BOOL(final_super, "Leave supernodal factors instead of converting to simplicial"); in CholmodSetOptions()
97 CHOLMOD_OPTION_BOOL(final_ll, "Turn LDL' factorization into LL'"); in CholmodSetOptions()
98 CHOLMOD_OPTION_BOOL(final_monotonic, "Ensure columns are monotonic when done"); in CholmodSetOptions()
99CHOLMOD_OPTION_BOOL(final_resymbol, "Remove numerically zero values resulting from relaxed superno… in CholmodSetOptions()
116CHOLMOD_OPTION_BOOL(prefer_upper, "Work with upper triangular form [faster when using fill-reducin… in CholmodSetOptions()
117 CHOLMOD_OPTION_BOOL(default_nesdis, "Use NESDIS instead of METIS for nested dissection"); in CholmodSetOptions()