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

/haiku-fatelf/src/libs/linprog/
H A DSummand.cpp14 fCoeff(summand->Coeff()),
40 Summand::Coeff() function in class:Summand
H A DConstraint.cpp106 summand->SetCoeff(summand->Coeff() + nextSummand->Coeff());
342 if (i != 0 && s->Coeff() >= 0)
344 string << (float)s->Coeff() << "*";
H A DLayoutOptimizer.cpp533 fSoftConstraints[c][variable] = -summand->Coeff();
535 fSoftConstraints[c][variable] = summand->Coeff();
573 value += values[variable] * summand->Coeff();
738 fActiveMatrix[i][variable] = -summand->Coeff();
740 fActiveMatrix[i][variable] = summand->Coeff();
H A DActiveSetSolver.cpp487 double coefficient = summand->Coeff();
/haiku-fatelf/headers/libs/linprog/
H A DSummand.h26 double Coeff();
/haiku-fatelf/src/libs/alm/
H A DSharedSolver.cpp344 double coefficient = summand->Coeff();

Completed in 103 milliseconds