Home
last modified time | relevance | path

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

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpPredictorCorrector.cpp667 CoinMemcpyN(deltaZ_, numberTotal, saveZ); in solve()
730 deltaZ_[i] = lambda * deltaZ_[i] + (1.0 - lambda) * saveZ[i]; in solve()
737 CoinMemcpyN(saveZ, numberTotal, deltaZ_); in solve()
834 CoinMemcpyN(deltaZ_, numberTotal, saveZ); in solve()
865 CoinMemcpyN(saveZ, numberTotal, deltaZ_); in solve()
1023 CoinWorkDouble z1 = deltaZ_[iColumn]; in findStepLength()
1160 a += deltaZ_[iColumn] * change; in findStepLength()
1278 a += deltaZ_[iColumn] * change; in findStepLength()
1325 a += deltaZ_[iColumn] * change * ratio; in findStepLength()
1764 deltaZ_[iColumn] = 0.0; in findDirectionVector()
[all …]
H A DClpInterior.cpp87 , deltaZ_(NULL) in ClpInterior()
176 , deltaZ_(NULL) in ClpInterior()
250 , deltaZ_(NULL) in ClpInterior()
328 , deltaZ_(NULL) in ClpInterior()
422 deltaZ_ = ClpCopyOfArray(rhs.deltaZ_, numberRows_ + numberColumns_); in gutsOfCopy()
485 delete[] deltaZ_; in gutsOfDelete()
486 deltaZ_ = NULL; in gutsOfDelete()
617 assert(!deltaZ_); in createWorkingData()
618 deltaZ_ = new CoinWorkDouble[nTotal]; in createWorkingData()
619 CoinZeroN(deltaZ_, nTotal); in createWorkingData()
H A DClpInterior.hpp565 CoinWorkDouble *deltaZ_; member in ClpInterior
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpPredictorCorrector.cpp662 CoinMemcpyN(deltaZ_, numberTotal, saveZ); in solve()
725 deltaZ_[i] = lambda * deltaZ_[i] + (1.0 - lambda) * saveZ[i]; in solve()
732 CoinMemcpyN(saveZ, numberTotal, deltaZ_); in solve()
833 CoinMemcpyN(deltaZ_, numberTotal, saveZ); in solve()
866 CoinMemcpyN(saveZ, numberTotal, deltaZ_); in solve()
1022 CoinWorkDouble z1 = deltaZ_[iColumn]; in findStepLength()
1154 a += deltaZ_[iColumn] * change; in findStepLength()
1276 a += deltaZ_[iColumn] * change; in findStepLength()
1323 a += deltaZ_[iColumn] * change * ratio; in findStepLength()
1763 deltaZ_[iColumn] = 0.0; in findDirectionVector()
[all …]
H A DClpInterior.cpp89 deltaZ_(NULL), in ClpInterior()
178 deltaZ_(NULL), in ClpInterior()
253 deltaZ_(NULL), in ClpInterior()
331 deltaZ_(NULL), in ClpInterior()
428 deltaZ_ = ClpCopyOfArray(rhs.deltaZ_, numberRows_ + numberColumns_); in gutsOfCopy()
494 delete [] deltaZ_; in gutsOfDelete()
495 deltaZ_ = NULL; in gutsOfDelete()
629 assert (!deltaZ_); in createWorkingData()
630 deltaZ_ = new CoinWorkDouble [nTotal]; in createWorkingData()
631 CoinZeroN(deltaZ_, nTotal); in createWorkingData()
/dports/math/ogdf/OGDF/include/coin/
H A DClpInterior.hpp514 CoinWorkDouble * deltaZ_; member in ClpInterior
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSEvent.inc240 deltaZ_: CGFloat;