Searched refs:fCoeff (Results 1 – 1 of 1) sorted by relevance
370 … double fCoeff = aCellsIter->second.back(); // last appended: coefficient for this variable in solve() local373 bool bLinear = rtl::math::approxEqual( fTwo, fInitial + 2.0 * fCoeff ) || in solve()374 rtl::math::approxEqual( fInitial, fTwo - 2.0 * fCoeff ); in solve()479 double fCoeff = pCompMatrix[ nRow * nVariables + nVar ]; // row-wise in solve() local480 if ( fCoeff != 0.0 ) in solve()482 pMatrix[nMatrixPos] = fCoeff; in solve()
Completed in 21 milliseconds