Searched refs:restrictToNonNegative (Results 1 - 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DLinearOptimizer.java80 * @param restrictToNonNegative whether to restrict the variables to non-negative values
86 GoalType goalType, boolean restrictToNonNegative)
85 optimize(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative) argument
H A DAbstractLinearOptimizer.java106 final GoalType goalType, final boolean restrictToNonNegative)
113 this.nonNegative = restrictToNonNegative;
104 optimize(final LinearObjectiveFunction f, final Collection<LinearConstraint> constraints, final GoalType goalType, final boolean restrictToNonNegative) argument
H A DSimplexTableau.java78 private final boolean restrictToNonNegative; field in class:SimplexTableau
104 * @param restrictToNonNegative whether to restrict the variables to non-negative values
109 final GoalType goalType, final boolean restrictToNonNegative,
113 this.restrictToNonNegative = restrictToNonNegative;
116 (restrictToNonNegative ? 0 : 1);
136 if (!restrictToNonNegative) {
173 if (!restrictToNonNegative) {
189 if (!restrictToNonNegative) {
390 (restrictToNonNegative
107 SimplexTableau(final LinearObjectiveFunction f, final Collection<LinearConstraint> constraints, final GoalType goalType, final boolean restrictToNonNegative, final double epsilon) argument
[all...]
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 144 milliseconds