Home
last modified time | relevance | path

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

/external/eigen/cmake/
DFindSPQR.cmake4 # SPQR lib requires Cholmod, colamd and amd as well.
DFindUmfpack.cmake27 find_library(COLAMD_LIBRARY colamd PATHS ${UMFPACK_LIBDIR} $ENV{UMFPACKDIR} ${LIB_INSTALL_DIR})
DFindCholmod.cmake36 find_library(COLAMD_LIBRARY colamd PATHS ${CHOLMOD_LIBDIR} $ENV{CHOLMODDIR} ${LIB_INSTALL_DIR})
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h146 StorageIndex info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats); in operator()
DEigen_Colamd.h322 static bool colamd(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, do… in colamd() function