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

/external/eigen/Eigen/src/OrderingMethods/
H A DOrdering.h135 // Get the recommended value of Alen to be used by colamd
136 StorageIndex Alen = internal::colamd_recommended(nnz, m, n); local
142 IndexVector p(n+1), A(Alen);
146 StorageIndex info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats);
H A DEigen_Colamd.h188 The recommended length Alen of the array A passed to colamd is given by
217 static IndexType find_ordering (IndexType n_row, IndexType n_col, IndexType Alen, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col [], IndexType A [], IndexType head [], IndexType n_col2, IndexType max_deg, IndexType pfree);
243 * \brief Returns the recommended value of Alen
245 * Returns recommended value of Alen for use by colamd.
254 * \return recommended value of Alen for use by colamd
315 * \param Alen, size of the array A
322 static bool colamd(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[COLAMD_KNOBS], IndexType stats[COLAMD_STATS]) argument
416 if (need > Alen)
421 stats [COLAMD_INFO2] = Alen ;
422 COLAMD_DEBUG0 (("colamd: Need Alen >
935 find_ordering( IndexType n_row, IndexType n_col, IndexType Alen, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col [], IndexType A [], IndexType head [], IndexType n_col2, IndexType max_deg, IndexType pfree ) argument
[all...]

Completed in 448 milliseconds