Uses of Class
org.apache.commons.math.ode.DerivativeException
-
Packages that use DerivativeException Package Description org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems.org.apache.commons.math.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration.org.apache.commons.math.ode.jacobians This package was intended to solve Ordinary Differential Equations problems and also compute derivatives of the solution.org.apache.commons.math.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems.org.apache.commons.math.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. -
-
Uses of DerivativeException in org.apache.commons.math.ode
Methods in org.apache.commons.math.ode that throw DerivativeException Modifier and Type Method Description protected doubleAbstractIntegrator. acceptStep(AbstractStepInterpolator interpolator, double[] y, double[] yDot, double tEnd)Accept a step, triggering events and step handlers.voidContinuousOutputModel. append(ContinuousOutputModel model)Append another model at the end of the instance.voidAbstractIntegrator. computeDerivatives(double t, double[] y, double[] yDot)Compute the derivatives and check the number of evaluations.voidFirstOrderConverter. computeDerivatives(double t, double[] y, double[] yDot)Get the current time derivative of the state vector.voidFirstOrderDifferentialEquations. computeDerivatives(double t, double[] y, double[] yDot)Get the current time derivative of the state vector.voidSecondOrderDifferentialEquations. computeSecondDerivatives(double t, double[] y, double[] yDot, double[] yDDot)Get the current time derivative of the state vector.double[]ContinuousOutputModel. getInterpolatedState()Get the state vector of the interpolated point.voidContinuousOutputModel. handleStep(StepInterpolator interpolator, boolean isLast)Handle the last accepted step.doubleFirstOrderIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time.voidSecondOrderIntegrator. integrate(SecondOrderDifferentialEquations equations, double t0, double[] y0, double[] yDot0, double t, double[] y, double[] yDot)Integrate the differential equations up to the given timeprotected voidMultistepIntegrator. start(double t0, double[] y0, double t)Start the integration. -
Uses of DerivativeException in org.apache.commons.math.ode.events
Methods in org.apache.commons.math.ode.events that throw DerivativeException Modifier and Type Method Description booleanCombinedEventsManager. evaluateStep(StepInterpolator interpolator)Deprecated.Evaluate the impact of the proposed step on all managed event handlers.booleanEventState. evaluateStep(StepInterpolator interpolator)Evaluate the impact of the proposed step on the event handler. -
Uses of DerivativeException in org.apache.commons.math.ode.jacobians
Methods in org.apache.commons.math.ode.jacobians that throw DerivativeException Modifier and Type Method Description voidODEWithJacobians. computeJacobians(double t, double[] y, double[] yDot, double[][] dFdY, double[][] dFdP)Deprecated.Compute the partial derivatives of ODE with respect to state.StepInterpolatorWithJacobiansStepInterpolatorWithJacobians. copy()Deprecated.Copy the instance.double[][]StepInterpolatorWithJacobians. getInterpolatedDyDp()Deprecated.Get the partial derivatives of the state vector with respect to the ODE parameters of the interpolated point.double[][]StepInterpolatorWithJacobians. getInterpolatedDyDpDot()Deprecated.Get the time derivatives of the jacobian of the state vector with respect to the ODE parameters of the interpolated point.double[][]StepInterpolatorWithJacobians. getInterpolatedDyDy0()Deprecated.Get the partial derivatives of the state vector with respect to the initial state of the interpolated point.double[][]StepInterpolatorWithJacobians. getInterpolatedDyDy0Dot()Deprecated.Get the time derivatives of the jacobian of the state vector with respect to the initial state of the interpolated point.double[]StepInterpolatorWithJacobians. getInterpolatedY()Deprecated.Get the state vector of the interpolated point.double[]StepInterpolatorWithJacobians. getInterpolatedYDot()Deprecated.Get the time derivatives of the state vector of the interpolated point.voidStepHandlerWithJacobians. handleStep(StepInterpolatorWithJacobians interpolator, boolean isLast)Deprecated.Handle the last accepted stepdoubleFirstOrderIntegratorWithJacobians. integrate(double t0, double[] y0, double[][] dY0dP, double t, double[] y, double[][] dYdY0, double[][] dYdP)Deprecated.Integrate the differential equations and the variational equations up to the given time. -
Uses of DerivativeException in org.apache.commons.math.ode.nonstiff
Methods in org.apache.commons.math.ode.nonstiff that throw DerivativeException Modifier and Type Method Description doubleAdaptiveStepsizeIntegrator. initializeStep(FirstOrderDifferentialEquations equations, boolean forward, int order, double[] scale, double t0, double[] y0, double[] yDot0, double[] y1, double[] yDot1)Initialize the integration step.doubleAdamsBashforthIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time.abstract doubleAdamsIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time.doubleAdamsMoultonIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time.abstract doubleAdaptiveStepsizeIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time.doubleEmbeddedRungeKuttaIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time.doubleGraggBulirschStoerIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time.doubleRungeKuttaIntegrator. integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)Integrate the differential equations up to the given time. -
Uses of DerivativeException in org.apache.commons.math.ode.sampling
Methods in org.apache.commons.math.ode.sampling that throw DerivativeException Modifier and Type Method Description protected abstract voidAbstractStepInterpolator. computeInterpolatedStateAndDerivatives(double theta, double oneMinusThetaH)Compute the state and derivatives at the interpolated time.StepInterpolatorAbstractStepInterpolator. copy()Copy the instance.StepInterpolatorStepInterpolator. copy()Copy the instance.protected voidAbstractStepInterpolator. doFinalize()Really finalize the step.voidAbstractStepInterpolator. finalizeStep()Finalize the step.double[]AbstractStepInterpolator. getInterpolatedDerivatives()Get the derivatives of the state vector of the interpolated point.double[]StepInterpolator. getInterpolatedDerivatives()Get the derivatives of the state vector of the interpolated point.double[]AbstractStepInterpolator. getInterpolatedState()Get the state vector of the interpolated point.double[]StepInterpolator. getInterpolatedState()Get the state vector of the interpolated point.double[]NordsieckStepInterpolator. getInterpolatedStateVariation()Get the state vector variation from current to interpolated state.voidFixedStepHandler. handleStep(double t, double[] y, double[] yDot, boolean isLast)Handle the last accepted stepvoidStepHandler. handleStep(StepInterpolator interpolator, boolean isLast)Handle the last accepted stepvoidStepNormalizer. handleStep(StepInterpolator interpolator, boolean isLast)Handle the last accepted step
-