Searched refs:newRow (Results 1 – 1 of 1) sorted by relevance
91 unsigned newRow = tableau.appendExtraRow(); in addZeroRow() local96 tableau(newRow, 0) = 1; in addZeroRow()97 return newRow; in addZeroRow()109 unsigned newRow = addZeroRow(makeRestricted); in addRow() local110 tableau(newRow, 1) = coeffs.back(); in addRow()131 tableau(newRow, 2) = bigMCoeff; in addRow()144 tableau(newRow, pos) += coeffs[i] * tableau(newRow, 0); in addRow()153 int64_t nRowCoeff = lcm / tableau(newRow, 0); in addRow()155 tableau(newRow, 0) = lcm; in addRow()157 tableau(newRow, col) = in addRow()[all …]