Lines Matching full:coefficient
58 // LastIdx = 2 (tracking coefficient of y) in eliminateUsingFM()
83 // Stops until every coefficient is updated or overflows. in eliminateUsingFM()
100 UpperV = UpperRow[IdxUpper].Coefficient; in eliminateUsingFM()
107 LowerV = LowerRow[IdxLower].Coefficient; in eliminateUsingFM()
115 // The new coefficient for CurrentId is in eliminateUsingFM()
160 return R[0].Coefficient >= 0; in mayHaveSolutionImpl()
192 std::string Coefficient; in dump() local
193 if (E.Coefficient != 1) in dump()
194 Coefficient = std::to_string(E.Coefficient) + " * "; in dump()
195 Parts.push_back(Coefficient + Names[E.Id - 1]); in dump()
200 ConstPart = Row[0].Coefficient; in dump()