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

◆ is_new_GB_row()

bool F4GB::is_new_GB_row ( int row) const
private

Definition at line 603 of file f4.cpp.

607{
608 row_elem &r = mat->rows[row];
609 return (r.len > 0 && not r.coeffs.isNull());
610}
bool isNull() const
coefficient_matrix * mat
Definition f4.hpp:186
ElementArray coeffs
Definition f4-types.hpp:162

References row_elem::coeffs, ElementArray::isNull(), row_elem::len, and mat.

Referenced by new_GB_elements(), and show_new_rows_matrix().