HomeSort by relevance Sort by last modified time
    Searched defs:coefficientsComputed (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionNewtonForm.java 60 private boolean coefficientsComputed;
81 coefficientsComputed = false;
139 if (!coefficientsComputed) {
193 coefficientsComputed = true;
PolynomialFunctionLagrangeForm.java 60 private boolean coefficientsComputed;
80 coefficientsComputed = false;
138 if (!coefficientsComputed) {
271 coefficientsComputed = true;

Completed in 367 milliseconds