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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java197 * @param dY0dP initial value of the state vector derivative with respect to the
215 public double integrate(final double t0, final double[] y0, final double[][] dY0dP, argument
227 checkDimension(n, dY0dP);
228 checkDimension(k, dY0dP[0]);
247 System.arraycopy(dY0dP[i], 0, z, n * (n + 1) + i * k, k);

Completed in 72 milliseconds