Searched refs:rRightCoeff (Results 1 – 1 of 1) sorted by relevance
452 const std::vector<double>& rRightCoeff = aCellsHash[aRightAddr]; in solve() local455 pValues[nVar] -= rRightCoeff[nVar+1]; in solve()457 fRightValue += rRightCoeff[0]; // constant term in solve()
Completed in 15 milliseconds