Home
last modified time | relevance | path

Searched refs:pivot_error (Results 1 – 8 of 8) sorted by last modified time

/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dbasiclu_wrapper.cc238 double pivot_error = xstore_[BASICLU_PIVOT_ERROR]; in _Update() local
239 if (pivot_error > kFtDiagErrorTol) { in _Update()
242 << sci2(pivot_error) << '\n'; in _Update()
/dports/math/highs/HiGHS-cfe064e/src/ipm/basiclu/src/
H A Dlu_internal.c116 this->pivot_error = xstore[BASICLU_PIVOT_ERROR]; in lu_load()
259 xstore[BASICLU_PIVOT_ERROR] = this->pivot_error; in lu_save()
324 this->pivot_error = 0; in lu_reset()
H A Dlu_internal.h88 double pivot_error; /* error estimate for pivot in last update */ member
H A Dlu_update.c890 this->pivot_error = piverr / (1.0 + fabs(newpiv)); in lu_update()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dbasiclu_wrapper.cc239 double pivot_error = xstore_[BASICLU_PIVOT_ERROR]; in _Update() local
240 if (pivot_error > kFtDiagErrorTol) { in _Update()
243 << sci2(pivot_error) << '\n'; in _Update()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/basiclu/src/
H A Dlu_update.c890 this->pivot_error = piverr / (1.0 + fabs(newpiv)); in lu_update()
H A Dlu_internal.c116 this->pivot_error = xstore[BASICLU_PIVOT_ERROR]; in lu_load()
259 xstore[BASICLU_PIVOT_ERROR] = this->pivot_error; in lu_save()
324 this->pivot_error = 0; in lu_reset()
H A Dlu_internal.h88 double pivot_error; /* error estimate for pivot in last update */ member