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

/haiku/src/libs/linprog/
H A DSummand.cpp8 #include "Summand.h"
12 Summand::Summand(Summand* summand) function in class:Summand
20 Summand::Summand(double coeff, Variable* var) function in class:Summand
28 Summand::~Summand()
40 Summand::Coeff()
52 Summand
[all...]
H A DConstraint.cpp52 Summand* summand = orgSummands->ItemAt(i);
53 fLeftSide->AddItem(new Summand(summand));
92 * @param summands a BList containing the Summand objects that make up the new left side
102 Summand* summand = summands->ItemAt(i);
104 Summand* nextSummand = summands->ItemAt(a);
143 list->AddItem(new(std::nothrow) Summand(coeff1, var1));
153 list->AddItem(new(std::nothrow) Summand(coeff1, var1));
154 list->AddItem(new(std::nothrow) Summand(coeff2, var2));
165 list->AddItem(new(std::nothrow) Summand(coeff1, var1));
166 list->AddItem(new(std::nothrow) Summand(coeff
[all...]
H A DLinearSpec.cpp201 Summand* summand = summands->ItemAt(j);
420 summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
447 summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
448 summands->AddItem(new(std::nothrow) Summand(coeff2, var2));
477 summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
478 summands->AddItem(new(std::nothrow) Summand(coeff2, var2));
479 summands->AddItem(new(std::nothrow) Summand(coeff3, var3));
511 summands->AddItem(new(std::nothrow) Summand(coeff1, var1));
512 summands->AddItem(new(std::nothrow) Summand(coeff2, var2));
513 summands->AddItem(new(std::nothrow) Summand(coeff
[all...]
H A DActiveSetSolver.cpp430 new Summand(coeff, variable));
486 Summand* summand = leftSide->ItemAt(sIndex);
H A DLayoutOptimizer.cpp530 Summand* summand = summands->ItemAt(s);
571 Summand* summand = summands->ItemAt(s);
735 Summand* summand = summands->ItemAt(s);
/haiku/headers/libs/linprog/
H A DSummand.h20 class Summand { class in namespace:LinearProgramming
22 Summand(Summand* summand);
23 Summand(double coeff, Variable* var);
24 ~Summand();
37 typedef BObjectList<Summand> SummandList;
41 using LinearProgramming::Summand;
H A DVariable.h17 class Summand;
/haiku/src/libs/alm/
H A DSharedSolver.cpp334 Summand* summand = leftSide->ItemAt(i);
403 summandList->AddItem(new Summand(coefficient, var));

Completed in 103 milliseconds