HomeSort by relevance Sort by last modified time
    Searched defs:computeSecondDerivatives (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
SecondOrderDifferentialEquations.java 66 void computeSecondDerivatives(double t, double[] y, double[] yDot, double[] yDDot)
FirstOrderConverter.java 41 * SecondOrderDifferentialEquations#computeSecondDerivatives
42 * computeSecondDerivatives} in order to dispatch the y state vector
111 equations.computeSecondDerivatives(t, z, zDot, zDDot);

Completed in 80 milliseconds