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

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

Completed in 14 milliseconds