Home
last modified time | relevance | path

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

/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp37 fB = new double[fColumns]; in EquationSystem()
42 fB[i] = 0; in EquationSystem()
57 delete[] fB; in ~EquationSystem()
105 return fB[row]; in B()
117 results[index] = fB[i]; in Results()
133 swap(fB[i], fB[j]); in SwapRow()
270 printf("= %.1f\n", fB[m]); in Print()
282 fB[column] /= value; in _EliminateColumn()
297 fB[r] += fB[column] * q; in _EliminateColumn()
H A DActiveSetSolver.h51 double* fB; variable