Home
last modified time | relevance | path

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

/external/eigen/Eigen/
DCholmodSupport9 #include <cholmod.h>
30 …to use this module, the cholmod headers must be accessible from the include paths, and your binary…
31 * The dependencies depend on how cholmod has been compiled.
/external/eigen/cmake/
DFindCholmod.cmake10 cholmod.h
19 find_library(CHOLMOD_LIBRARIES cholmod PATHS $ENV{CHOLMODDIR} ${LIB_INSTALL_DIR})
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h288 cholmod_common& cholmod() { return m_cholmod; } in cholmod() function
/external/ceres-solver/cmake/
DFindSuiteSparse.cmake291 FIND_LIBRARY(CHOLMOD_LIBRARY NAMES cholmod
302 FIND_PATH(CHOLMOD_INCLUDE_DIR NAMES cholmod.h