Java Reference
Java Reference
ConstantExpression Member List
This is the complete list of members for ConstantExpression, including all inherited members.
| affine(LinearArgument expr, double coeff, double offset) | LinearExpr | static |
| build() | ConstantExpression | |
| constant(double value) | LinearExpr | static |
| ConstantExpression(double offset) | ConstantExpression | |
| getCoefficient(int index) | ConstantExpression | |
| getOffset() | ConstantExpression | |
| getVariableIndex(int index) | ConstantExpression | |
| newBuilder() | LinearExpr | static |
| numElements() | ConstantExpression | |
| sum(LinearArgument[] exprs) | LinearExpr | static |
| term(LinearArgument expr, double coeff) | LinearExpr | static |
| toString() | ConstantExpression | |
| weightedSum(LinearArgument[] exprs, double[] coeffs) | LinearExpr | static |