Macaulay2 Engine
Loading...
Searching...
No Matches

◆ is_pivot_row()

bool F4GB::is_pivot_row ( int index) const
private

Definition at line 741 of file f4.cpp.

742{
743 row_elem &r = mat->rows[index];
744 int pivotcol = r.comps[0];
745 int pivotrow = mat->columns[pivotcol].head;
746 return (pivotrow == index);
747}
coefficient_matrix * mat
Definition f4.hpp:186
int * comps
Definition f4-types.hpp:163

References row_elem::comps, and mat.

Referenced by gauss_reduce(), gauss_reduce_row(), and macaulayMatrixStats().