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

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
H A DPolynomialFunctionNewtonForm.java140 computeCoefficients();
177 protected void computeCoefficients() { method in class:PolynomialFunctionNewtonForm
H A DPolynomialFunctionLagrangeForm.java139 computeCoefficients();
221 protected void computeCoefficients() throws ArithmeticException { method in class:PolynomialFunctionLagrangeForm
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/
H A DGraggBulirschStoerStepInterpolator.java238 public void computeCoefficients(final int mu, final double h) { method in class:GraggBulirschStoerStepInterpolator
H A DGraggBulirschStoerIntegrator.java860 gbsInterpolator.computeCoefficients(mu, stepSize);

Completed in 146 milliseconds