Home
last modified time | relevance | path

Searched defs:interpolator (Results 1 – 25 of 33) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DStepHandler.java76 void handleStep(StepInterpolator interpolator, boolean isLast) throws DerivativeException; in handleStep()
DDummyStepHandler.java80 public void handleStep(final StepInterpolator interpolator, final boolean isLast) { in handleStep()
DDummyStepInterpolator.java79 public DummyStepInterpolator(final DummyStepInterpolator interpolator) { in DummyStepInterpolator()
DStepNormalizer.java115 public void handleStep(final StepInterpolator interpolator, final boolean isLast) in handleStep()
DNordsieckStepInterpolator.java81 public NordsieckStepInterpolator(final NordsieckStepInterpolator interpolator) { in NordsieckStepInterpolator()
DAbstractStepInterpolator.java150 protected AbstractStepInterpolator(final AbstractStepInterpolator interpolator) { in AbstractStepInterpolator()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DStepHandlerWithJacobians.java95 …void handleStep(StepInterpolatorWithJacobians interpolator, boolean isLast) throws DerivativeExcep… in handleStep()
DFirstOrderIntegratorWithJacobians.java572 public void handleStep(StepInterpolator interpolator, boolean isLast) in handleStep()
594 private StepInterpolator interpolator; field in FirstOrderIntegratorWithJacobians.StepInterpolatorWrapper
626 public StepInterpolatorWrapper(final StepInterpolator interpolator, in StepInterpolatorWrapper()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DEulerStepInterpolator.java67 public EulerStepInterpolator(final EulerStepInterpolator interpolator) { in EulerStepInterpolator()
DMidpointStepInterpolator.java69 public MidpointStepInterpolator(final MidpointStepInterpolator interpolator) { in MidpointStepInterpolator()
DRungeKuttaStepInterpolator.java79 public RungeKuttaStepInterpolator(final RungeKuttaStepInterpolator interpolator) { in RungeKuttaStepInterpolator()
DClassicalRungeKuttaStepInterpolator.java72 …public ClassicalRungeKuttaStepInterpolator(final ClassicalRungeKuttaStepInterpolator interpolator)… in ClassicalRungeKuttaStepInterpolator()
DThreeEighthesStepInterpolator.java74 public ThreeEighthesStepInterpolator(final ThreeEighthesStepInterpolator interpolator) { in ThreeEighthesStepInterpolator()
DHighamHall54StepInterpolator.java59 public HighamHall54StepInterpolator(final HighamHall54StepInterpolator interpolator) { in HighamHall54StepInterpolator()
DRungeKuttaIntegrator.java118 AbstractStepInterpolator interpolator; in integrate() local
DGillStepInterpolator.java79 public GillStepInterpolator(final GillStepInterpolator interpolator) { in GillStepInterpolator()
DAdamsBashforthIntegrator.java206 final NordsieckStepInterpolator interpolator = new NordsieckStepInterpolator(); in integrate() local
DDormandPrince54StepInterpolator.java115 public DormandPrince54StepInterpolator(final DormandPrince54StepInterpolator interpolator) { in DormandPrince54StepInterpolator()
DAdamsMoultonIntegrator.java226 final NordsieckStepInterpolator interpolator = new NordsieckStepInterpolator(); in integrate() local
DEmbeddedRungeKuttaIntegrator.java212 AbstractStepInterpolator interpolator; in integrate() local
DGraggBulirschStoerStepInterpolator.java151 (final GraggBulirschStoerStepInterpolator interpolator) { in GraggBulirschStoerStepInterpolator()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventState.java147 public void reinitializeBegin(final StepInterpolator interpolator) in reinitializeBegin()
198 public boolean evaluateStep(final StepInterpolator interpolator) in evaluateStep()
DCombinedEventsManager.java123 public boolean evaluateStep(final StepInterpolator interpolator) in evaluateStep()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DContinuousOutputModel.java200 public void handleStep(final StepInterpolator interpolator, final boolean isLast) in handleStep()
DMultistepIntegrator.java324 public void handleStep(StepInterpolator interpolator, boolean isLast) in handleStep()

12