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