HomeSort by relevance Sort by last modified time
    Searched refs:colamd (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 132 // Get the recommended value of Alen to be used by colamd
142 // Call Colamd routine to compute the ordering
143 Index info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats);
145 eigen_assert( info && "COLAMD failed " );
Eigen_Colamd.h 10 // This file is modified from the colamd/symamd library. The copyright is below
37 // accessible to the end-user of any code or package that includes COLAMD
38 // or any modified version of COLAMD.
42 // The colamd/symamd library is available at
44 // http://www.cise.ufl.edu/research/sparse/colamd/
46 // This is the http://www.cise.ufl.edu/research/sparse/colamd/colamd.h
47 // file. It is required by the colamd.c, colamdmex.c, and symamdmex.c
49 // listed below, or that uses the colamd/symamd definitions listed below.
78 /* stats [3]: colamd status: zero OK, > 0 warning or notice, < 0 error *
329 static bool colamd(Index n_row, Index n_col, Index Alen, Index *A, Index *p, double knobs[COLAMD_KNOBS], Index stats[COLAMD_STATS]) function in namespace:internal
    [all...]

Completed in 528 milliseconds