Lines Matching refs:order
154 Index order ; /* pivot ordering of this column, if col is dead */
451 /* === Order the supercolumns =========================================== */
456 /* === Order the non-principal columns ================================== */
751 /* Put the empty columns at the end in their natural order, so that LU */
758 /* this is a empty column, kill and order it last */
759 Col [c].shared2.order = --n_col2 ;
767 /* Put the dense columns at the end, in their natural order */
778 /* this is a dense column, kill and order it last */
779 Col [c].shared2.order = --n_col2 ;
854 Col [c].shared2.order = --n_col2 ;
883 /* place in reverse order, so low column indices are at the front */
937 Order the principal columns of the supercolumn form of the matrix
953 Index n_col2, /* Remaining columns to order */
1001 /* === Order the columns ================================================ */
1006 /* === Select pivot column, and order it ============================ */
1033 /* the pivot column is the kth column in the pivot order */
1034 Col [pivot_col].shared2.order = k ;
1036 /* increment order count by column thickness */
1291 /* order it */
1292 Col [col].shared2.order = k ;
1293 /* increment order count by column thickness */
1467 Index order ; /* column's order */
1469 /* === Order each non-principal column ================================== */
1475 if (!COL_IS_DEAD_PRINCIPAL (i) && Col [i].shared2.order == COLAMD_EMPTY)
1484 /* now, order all un-ordered non-principal columns along path */
1487 /* get order of parent */
1488 order = Col [parent].shared2.order ;
1492 COLAMD_ASSERT (Col [c].shared2.order == COLAMD_EMPTY) ;
1494 /* order this column */
1495 Col [c].shared2.order = order++ ;
1505 } while (Col [c].shared2.order == COLAMD_EMPTY) ;
1507 /* re-order the super_col parent to largest order for this group */
1508 Col [parent].shared2.order = order ;
1516 p [Col [c].shared2.order] = c ;
1647 /* row indices will same order for both supercols, */
1669 /* order c later, in order_children() */
1670 Col [c].shared2.order = COLAMD_EMPTY ;