Searched refs:smallestBRow (Results 1 – 1 of 1) sorted by relevance
354 int smallestBRow = -1; in solve() local362 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()