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

Method btran

highs/simplex/HSimplexNla.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void HSimplexNla::btran(HVector& rhs, const double expected_density,
97 HighsTimerClock* factor_timer_clock_pointer) const {
98 applyBasisMatrixColScale(rhs);
99 btranInScaledSpace(rhs, expected_density, factor_timer_clock_pointer);
100 applyBasisMatrixRowScale(rhs);
101}
102
103void HSimplexNla::ftran(HVector& rhs, const double expected_density,
104 HighsTimerClock* factor_timer_clock_pointer) const {

Callers 1

debugCheckInvertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected