Searched defs:tableau (Results 1 - 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DSimplexSolver.java58 * @param tableau simple tableau for the problem
61 private Integer getPivotColumn(SimplexTableau tableau) { argument
64 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getWidth() - 1; i++) {
65 if (MathUtils.compareTo(tableau.getEntry(0, i), minValue, epsilon) < 0) {
66 minValue = tableau.getEntry(0, i);
75 * @param tableau simple tableau for the problem
79 private Integer getPivotRow(SimplexTableau tableau, fina argument
122 doIteration(final SimplexTableau tableau) argument
153 solvePhase1(final SimplexTableau tableau) argument
[all...]
H A DSimplexTableau.java39 * A tableau for use in the Simplex method.
83 /** Simple tableau. */
84 private transient RealMatrix tableau; field in class:SimplexTableau
99 * Build a tableau for a linear problem.
121 this.tableau = createTableau(goalType == GoalType.MAXIMIZE);
149 * Create the tableau by itself.
151 * @return created tableau
245 * Get the number of objective functions in this tableau.
299 * and the non-basic artificial variables from this tableau.
311 if (MathUtils.compareTo(tableau
[all...]
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 138 milliseconds