Lines Matching refs:Alen
217 static IndexType find_ordering (IndexType n_row, IndexType n_col, IndexType Alen, Colamd_Row<IndexT…
322 static bool colamd(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, do… in colamd() argument
416 if (need > Alen) in colamd()
421 stats [COLAMD_INFO2] = Alen ; in colamd()
422 COLAMD_DEBUG0 (("colamd: Need Alen >= %d, given only Alen = %d\n", need,Alen)); in colamd()
426 Alen -= Col_size + Row_size ; in colamd()
427 Col = (colamd_col<IndexType> *) &A [Alen] ; in colamd()
428 Row = (Colamd_Row<IndexType> *) &A [Alen + Col_size] ; in colamd()
446 ngarbage = Eigen::internal::find_ordering (n_row, n_col, Alen, Row, Col, A, p, in colamd()
941 IndexType Alen, /* size of A, 2*nnz + n_col or larger */ in find_ordering() argument
1037 if (pfree + needed_memory >= Alen) in find_ordering()
1042 COLAMD_ASSERT (pfree + needed_memory < Alen) ; in find_ordering()
1085 COLAMD_ASSERT (pfree < Alen) ; in find_ordering()