HomeSort by relevance Sort by last modified time
    Searched refs:solve2 (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 33 * restrict ourselves to real functions. Methods solve() and solve2() find
284 * solve2() differs from solve() in the way it avoids complex operations.
285 * Except for the initial [min, max], solve2() does not require bracketing
304 * @deprecated replaced by {@link #solve2(UnivariateRealFunction, double, double)}
308 public double solve2(final double min, final double max) method in class:MullerSolver
310 return solve2(f, min, max);
316 * solve2() differs from solve() in the way it avoids complex operations.
317 * Except for the initial [min, max], solve2() does not require bracketing
340 public double solve2(final UnivariateRealFunction f, method in class:MullerSolver
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
healing.rs 126 float3 __attribute__((kernel)) solve2(uchar in, uint32_t x, uint32_t y) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
Distance.java 298 public void solve2() { method in class:Distance.Simplex
659 simplex.solve2();

Completed in 645 milliseconds