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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DEventHandlerWithJacobians.java121 * @param dydy0 array containing the current value of the jacobian of
128 double g(double t, double[] y, double[][] dydy0, double[][] dydp) argument
186 * @param dydy0 array containing the current value of the jacobian of
198 int eventOccurred(double t, double[] y, double[][] dydy0, double[][] dydp, argument
215 * @param dydy0 array containing the current value of the jacobian of
223 void resetState(double t, double[] y, double[][] dydy0, double[][] dydp) argument
H A DFirstOrderIntegratorWithJacobians.java265 * @param dydy0 jacobian array to fill
269 final double[][] dydy0, final double[][] dydp) {
279 System.arraycopy(z, n * (i + 1), dydy0[i], 0, n);
600 private double[][] dydy0; field in class:FirstOrderIntegratorWithJacobians.StepInterpolatorWrapper
630 dydy0 = new double[n][n];
670 System.arraycopy(extendedState, start, dydy0[i], 0, n);
673 return dydy0;
733 copyArray(dydy0, copied.dydy0);
747 writeArray(out, dydy0);
268 dispatchCompoundState(final double[] z, final double[] y, final double[][] dydy0, final double[][] dydp) argument
851 private double[][] dydy0; field in class:FirstOrderIntegratorWithJacobians.EventHandlerWrapper
[all...]

Completed in 241 milliseconds