Searched refs:getCoefficients (Results 1 – 10 of 10) sorted by relevance
115 this.numDecisionVariables = f.getCoefficients().getDimension() + in SimplexTableau()168 maximize ? f.getCoefficients().mapMultiply(-1) : f.getCoefficients(); in createTableau()186 copyArray(constraint.getCoefficients().getData(), matrix.getDataRef()[row]); in createTableau()191 getInvertedCoeffiecientSum(constraint.getCoefficients())); in createTableau()236 return new LinearConstraint(constraint.getCoefficients().mapMultiply(-1), in normalize()240 return new LinearConstraint(constraint.getCoefficients(), in normalize()506 return f.getCoefficients().getDimension(); in getOriginalNumDecisionVariables()
74 public RealVector getCoefficients() { in getCoefficients() method in LinearObjectiveFunction
167 public RealVector getCoefficients() { in getCoefficients() method in LinearConstraint
57 CFX_Int32Array& CBC_PDF417ECModulusPoly::getCoefficients() { in getCoefficients() function in CBC_PDF417ECModulusPoly97 other->getCoefficients(), e); in add()154 m_field->getZero()->getCoefficients(), e); in multiply()195 m_field->getZero()->getCoefficients(), e); in multiply()
16 CFX_Int32Array& getCoefficients();
77 m_zero->getCoefficients(), e); in buildMonomial()
87 return new PolynomialFunction(p.getCoefficients()); in getPolynomialFunction()231 double coefficients[] = ((PolynomialFunction) f).getCoefficients(); in solve()
138 public double[] getCoefficients() { in getCoefficients() method in PolynomialFunctionNewtonForm
137 public double[] getCoefficients() { in getCoefficients() method in PolynomialFunctionLagrangeForm
110 public double[] getCoefficients() { in getCoefficients() method in PolynomialFunction