Uses of Interface
org.hipparchus.ode.NamedParameterJacobianProvider
- 
Packages that use NamedParameterJacobianProvider Package Description org.hipparchus.migration.ode This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems. - 
- 
Uses of NamedParameterJacobianProvider in org.hipparchus.migration.ode
Subinterfaces of NamedParameterJacobianProvider in org.hipparchus.migration.ode Modifier and Type Interface Description interfaceParameterJacobianProviderDeprecated.as of 1.0, replaced withNamedParameterJacobianProviderMethods in org.hipparchus.migration.ode with parameters of type NamedParameterJacobianProvider Modifier and Type Method Description voidJacobianMatrices. addParameterJacobianProvider(NamedParameterJacobianProvider provider)Deprecated.Add a parameter Jacobian provider. - 
Uses of NamedParameterJacobianProvider in org.hipparchus.ode
Subinterfaces of NamedParameterJacobianProvider in org.hipparchus.ode Modifier and Type Interface Description interfaceODEJacobiansProviderInterface expandingfirst order differential equationsin order to compute exactly the Jacobian matrices forpartial derivatives equations. 
 -