Uses of Class
org.drip.optimization.simplex.LinearExpression
| Package | Description |
|---|---|
| org.drip.optimization.simplex |
Rd to R1 Simplex Scheme
|
-
Uses of LinearExpression in org.drip.optimization.simplex
Methods in org.drip.optimization.simplex that return LinearExpression Modifier and Type Method Description LinearExpressionStandardConstraint. lhs()Retrieve the Constraint LHSLinearExpressionObjectiveFunction. linearExpression()Retrieve the Objective Function Linear ExpressionMethods in org.drip.optimization.simplex with parameters of type LinearExpression Modifier and Type Method Description static StandardConstraintStandardConstraint. EQ(LinearExpression lhs, double rhs)Construct an Equality Standard Constraintstatic StandardConstraintStandardConstraint. GT(LinearExpression lhs, double rhs)Construct a Greater-Than Standard Constraintstatic StandardConstraintStandardConstraint. LT(LinearExpression lhs, double rhs)Construct a Less-Than Standard Constraintstatic ObjectiveFunctionObjectiveFunction. StandardMinimization(LinearExpression linearExpression)Construct a Standard Minimization Form of the Objective FunctionConstructors in org.drip.optimization.simplex with parameters of type LinearExpression Constructor Description ObjectiveFunction(boolean maximize, LinearExpression linearExpression)ObjectiveFunction ConstructorStandardConstraint(LinearExpression lhs, double rhs, int type)StandardConstraint Constructor