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

Method ftran

highs/simplex/HSimplexNla.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void HSimplexNla::ftran(HVector& rhs, const double expected_density,
104 HighsTimerClock* factor_timer_clock_pointer) const {
105 applyBasisMatrixRowScale(rhs);
106 ftranInScaledSpace(rhs, expected_density, factor_timer_clock_pointer);
107 applyBasisMatrixColScale(rhs);
108}
109
110void HSimplexNla::btranInScaledSpace(
111 HVector& rhs, const double expected_density,

Callers 1

debugCheckInvertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected