Searched refs:Alen (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
H A DOrdering.h132 // Get the recommended value of Alen to be used by colamd
133 Index Alen = internal::colamd_recommended(nnz, m, n); local
139 IndexVector p(n+1), A(Alen);
143 Index info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats);
H A DEigen_Colamd.h195 The recommended length Alen of the array A passed to colamd is given by
224 static Index find_ordering (Index n_row, Index n_col, Index Alen, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index head [], Index n_col2, Index max_deg, Index pfree);
250 * \brief Returns the recommended value of Alen
252 * Returns recommended value of Alen for use by colamd.
261 * \return recommended value of Alen for use by colamd
322 * \param Alen, size of the array A
329 static bool colamd(Index n_row, Index n_col, Index Alen, Index *A, Index *p, double knobs[COLAMD_KNOBS], Index stats[COLAMD_STATS]) argument
423 if (need > Alen)
428 stats [COLAMD_INFO2] = Alen ;
429 COLAMD_DEBUG0 (("colamd: Need Alen >
942 find_ordering( Index n_row, Index n_col, Index Alen, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index head [], Index n_col2, Index max_deg, Index pfree ) argument
[all...]

Completed in 198 milliseconds