Home | History | Annotate | Download | only in ceres

Lines Matching refs:SuiteSparse

31 // A simple C++ interface to the SuiteSparse and CHOLMOD libraries.
51 // Before SuiteSparse version 4.2.0, cholmod_camd was only enabled
52 // if SuiteSparse was compiled with Metis support. This makes
66 // newer versions of SuiteSparse. So for older versions of
67 // SuiteSparse, we define SuiteSparse_long to be the same as UF_long,
68 // which is what recent versions of SuiteSparse do anyways.
84 class SuiteSparse {
86 SuiteSparse();
87 ~SuiteSparse();
100 // use the SuiteSparse machinery to allocate memory.
200 // SuiteSparse::AnalyzeCholesky methods allows the the client to
228 // Before SuiteSparse version 4.2.0, cholmod_camd was only enabled
229 // if SuiteSparse was compiled with Metis support. This makes
288 class SuiteSparse {
290 // Defining this static function even when SuiteSparse is not
295 // accidently not including suitesparse.h in their code when