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 LinearExpression
StandardConstraint. lhs()
Retrieve the Constraint LHSLinearExpression
ObjectiveFunction. linearExpression()
Retrieve the Objective Function Linear ExpressionMethods in org.drip.optimization.simplex with parameters of type LinearExpression Modifier and Type Method Description static StandardConstraint
StandardConstraint. EQ(LinearExpression lhs, double rhs)
Construct an Equality Standard Constraintstatic StandardConstraint
StandardConstraint. GT(LinearExpression lhs, double rhs)
Construct a Greater-Than Standard Constraintstatic StandardConstraint
StandardConstraint. LT(LinearExpression lhs, double rhs)
Construct a Less-Than Standard Constraintstatic ObjectiveFunction
ObjectiveFunction. 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