MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / ftranInScaledSpace

Method ftranInScaledSpace

highs/simplex/HSimplexNla.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void HSimplexNla::ftranInScaledSpace(
117 HVector& rhs, const double expected_density,
118 HighsTimerClock* factor_timer_clock_pointer) const {
119 factor_.ftranCall(rhs, expected_density, factor_timer_clock_pointer);
120}
121
122void HSimplexNla::update(HVector* aq, HVector* ep, HighsInt* iRow,
123 HighsInt* hint) {

Callers 3

updateFtranDSEMethod · 0.80
updateFtranDSEMethod · 0.80

Calls 1

ftranCallMethod · 0.80

Tested by

no test coverage detected