Home | History | Annotate | Download | only in OrderingMethods

Lines Matching defs:need

279  * not need to change, assuming that you either use
330 IndexType need ; /* minimum required length of A */
414 need = 2*nnz + n_col + Col_size + Row_size ;
416 if (need > Alen)
420 stats [COLAMD_INFO1] = need ;
422 COLAMD_DEBUG0 (("colamd: Need Alen >= %d, given only Alen = %d\n", need,Alen));
627 /* if cols not jumbled, we don't need the mark (this is faster) */
647 /* === See if we need to re-create columns ============================== */