Home
last modified time | relevance | path

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

/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx373 … double fCoeff = aCellsIter->second.back(); // last appended: coefficient for this variable in solve() local
379 bLinear = rtl::math::approxEqual( fTwo, fInitial + 2.0 * fCoeff ) || in solve()
380 rtl::math::approxEqual( fInitial, fTwo - 2.0 * fCoeff ); in solve()
486 double fCoeff = pCompMatrix[ nRow * nVariables + nVar ]; // row-wise in solve() local
487 if ( fCoeff != 0.0 ) in solve()
489 pMatrix[nMatrixPos] = fCoeff; in solve()

Completed in 18 milliseconds