Searched refs:CHOLMOD_OPTION_BOOL (Results 1 – 1 of 1) sorted by relevance
54 #define CHOLMOD_OPTION_BOOL(name, help) \ macro93 CHOLMOD_OPTION_BOOL(final_asis, "Leave factors \"as is\""); in CholmodSetOptions()94 …CHOLMOD_OPTION_BOOL(final_pack, "Pack the columns when finished (use FALSE if the factors will be … in CholmodSetOptions()96 … CHOLMOD_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()99 …CHOLMOD_OPTION_BOOL(final_resymbol, "Remove numerically zero values resulting from relaxed superno… in CholmodSetOptions()116 …CHOLMOD_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()