- ind2sub(int, int[]) - Static method in class com.jom.DoubleMatrixND
-
For arrays of the given size, converts the position of a cell given as a linear index, into its associated coordinates in the arrays.
- ind2sub(int[], int[]) - Static method in class com.jom.DoubleMatrixND
-
For arrays of the given size, converts the positions of the cells given as a linear index in indexes, into their associated coordinates in
the arrays.
- isInputParameter(String) - Method in class com.jom.OptimizationProblem
-
Returns true if the given name corresponds to an input parameter defined for the problem
- isIntegerProblem() - Method in class com.jom.OptimizationProblem
-
Returns true if the problem has one or more decision variables constrained to be integer, false otherwise
- isLinearProblem() - Method in class com.jom.OptimizationProblem
-
Returns true if the problem is linear (with some/all integer variables or not).
- isScalar() - Method in class com.jom.Expression
-
Returns true if the expression has two dimensions, and is a 1x1 expression (a scalar)
- isToMinimize() - Method in class com.jom.OptimizationProblem
-
Returns true if the current objective function has already been defined, and the problem is set as a minimization problem
- isView() - Method in class com.jom.DoubleMatrixND
-
Returns whether the receiver is a view or not.