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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
ODEWithJacobians.java 18 package org.apache.commons.math.ode.jacobians;
ParameterizedODE.java 18 package org.apache.commons.math.ode.jacobians;
StepHandlerWithJacobians.java 18 package org.apache.commons.math.ode.jacobians;
40 * see the original state, and its jacobians in separate arrays.</p>
50 * <p>Dealing with low level step handlers is cumbersome if one really needs the jacobians
52 * state and jacobians on one side and compound state on the other side. So for performance
53 * reasons, it is recommended to use this interface <em>only</em> if jacobians are really
EventHandlerWithJacobians.java 18 package org.apache.commons.math.ode.jacobians;
53 * see the original state, and its jacobians in separate arrays.</p>
63 * <p>Dealing with low level event handlers is cumbersome if one really needs the jacobians
65 * state and jacobians on one side and compound state on the other side. So for performance
66 * reasons, it is recommended to use this interface <em>only</em> if jacobians are really
138 * org.apache.commons.math.ode.jacobians.ODEWithJacobians
146 * org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians#handleStep(
161 * org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians
163 * org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians#handleStep(
StepInterpolatorWithJacobians.java 18 package org.apache.commons.math.ode.jacobians;
FirstOrderIntegratorWithJacobians.java 18 package org.apache.commons.math.ode.jacobians;
43 * is extended with jacobians of the raw ODE and the variational equations are
69 /** Build an enhanced integrator using internal differentiation to compute jacobians.
95 * @param ode original problem, which can compute the jacobians by itself
262 /** Dispatch a compound state array into state and jacobians arrays.
359 /** Wrapper class used to map state and jacobians into compound state. */
406 // compute raw ODE and its jacobians: dy/dt, d[dy/dt]/dy0 and d[dy/dt]/dp
452 /** Wrapper class to compute jacobians by finite differences for ODE which do not compute them themselves. */
455 /** Raw ODE without jacobians computation. */
467 /** Temporary array for state derivatives used to compute jacobians. *
    [all...]

Completed in 132 milliseconds