Searched refs:fB (Results 1 – 2 of 2) sorted by relevance
37 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()
51 double* fB; variable