Searched defs:StepInterpolatorWrapper (Results 1 - 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java574 handler.handleStep(new StepInterpolatorWrapper(interpolator, n, k), isLast);
590 private static class StepInterpolatorWrapper class in class:FirstOrderIntegratorWithJacobians
618 public StepInterpolatorWrapper() { method in class:FirstOrderIntegratorWithJacobians.StepInterpolatorWrapper
626 public StepInterpolatorWrapper(final StepInterpolator interpolator, method in class:FirstOrderIntegratorWithJacobians.StepInterpolatorWrapper
730 StepInterpolatorWrapper copied =
731 new StepInterpolatorWrapper(interpolator.copy(), n, k);

Completed in 67 milliseconds