- elements() - Method in class com.jom.DoubleMatrixND
-
Returns the elements of this matrix
- equals(double) - Method in class com.jom.DoubleMatrixND
-
Returns whether all cells are equal to the given value
- equals(DoubleMatrixND) - Method in class com.jom.DoubleMatrixND
-
Compares this object against the specified object.
- evaluate(Object...) - Method in class com.jom.Expression
-
Evaluates this expression, in the point provided by the decision variables.
- evaluateConstant() - Method in class com.jom.Expression
-
Evaluates this expression.
- evaluateConstant(int) - Method in class com.jom.Expression
-
Evaluates the given cell in this expression.
- evaluateJacobian(Object...) - Method in class com.jom.Expression
-
Evaluates the jacobian of this expression, in the point provided by the decision variables.
- Expression - Class in com.jom
-
Expressions objects represent a function of the decision variables defined in its related OptimizationProblem object.