Home
last modified time | relevance | path

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

/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp354 int smallestBRow = -1; in solve() local
362 smallestBRow = row; in solve()
365 if (smallestBRow == -1) { in solve()
372 double value = system.A(smallestBRow, col); in solve()
383 system.SwapColumn(smallestBRow, negValueCol); in solve()
386 system.GaussJordan(smallestBRow); in solve()