- timeReport() - Method in class com.jom.OptimizationProblem
-
Return a printed report with the time spended in the different parts of the problem: defining the variables, objective, constraints and
solving.
- to1DArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a 1-dimensional array containing the array values.
- to2DArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a 2-dimensional array containing the array values.
- to3DArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a 3-dimensional array containing the array values.
- to4DArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a 4-dimensional array containing the array values.
- to5DArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a 5-dimensional array containing the array values.
- to6DArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns a 5-dimensional array containing the array values.
- toArray() - Method in class com.jom.DoubleMatrixND
-
Constructs and returns an n-dimensional double array containing the array values.
- toList() - Method in class com.jom.DoubleMatrixND
-
Returns a List (ArrayList) with the values copied
- toString() - Method in class com.jom.DoubleMatrixND
-
- toString() - Method in class com.jom.Expression
-
- toString() - Method in class com.jom.OptimizationProblem
-
Returns a formatted string with some information of the optimization problem
- toValue() - Method in class com.jom.DoubleMatrixND
-
If the array has only one cell, returns its value.