Searched refs:GraggBulirschStoerStepInterpolator (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerStepInterpolator.java77 class GraggBulirschStoerStepInterpolator class in inherits:AbstractStepInterpolator
110 public GraggBulirschStoerStepInterpolator() { method in class:GraggBulirschStoerStepInterpolator
130 public GraggBulirschStoerStepInterpolator(final double[] y, final double[] y0Dot, method in class:GraggBulirschStoerStepInterpolator
150 public GraggBulirschStoerStepInterpolator method in class:GraggBulirschStoerStepInterpolator
151 (final GraggBulirschStoerStepInterpolator interpolator) {
230 return new GraggBulirschStoerStepInterpolator(this);
H A DGraggBulirschStoerIntegrator.java617 interpolator = new GraggBulirschStoerStepInterpolator(y, yDot0,
858 final GraggBulirschStoerStepInterpolator gbsInterpolator
859 = (GraggBulirschStoerStepInterpolator) interpolator;

Completed in 204 milliseconds