Home
last modified time | relevance | path

Searched refs:fCoeff (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sccomp/source/solver/
H A Dsolver.cxx370 … double fCoeff = aCellsIter->second.back(); // last appended: coefficient for this variable in solve() local
373 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() local
480 if ( fCoeff != 0.0 ) in solve()
482 pMatrix[nMatrixPos] = fCoeff; in solve()

Completed in 21 milliseconds