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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionNewtonForm.java 140 computeCoefficients();
177 protected void computeCoefficients() {
PolynomialFunctionLagrangeForm.java 139 computeCoefficients();
221 protected void computeCoefficients() throws ArithmeticException {
282 * verified here, it is checked in evaluate() and computeCoefficients().
289 * @see #computeCoefficients()
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java 238 public void computeCoefficients(final int mu, final double h) {
GraggBulirschStoerIntegrator.java 860 gbsInterpolator.computeCoefficients(mu, stepSize);
    [all...]

Completed in 181 milliseconds