Uses of Interface
org.hipparchus.ode.ParametersController
-
Packages that use ParametersController 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 ParametersController in org.hipparchus.migration.ode
Methods in org.hipparchus.migration.ode with parameters of type ParametersController Modifier and Type Method Description void
JacobianMatrices. setParameterizedODE(ParametersController pc)
Deprecated.as of 1.0, replaced withJacobianMatrices.setParametersController(ParametersController)
void
JacobianMatrices. setParametersController(ParametersController parametersController)
Deprecated.Set a parameter Jacobian provider. -
Uses of ParametersController in org.hipparchus.ode
Constructors in org.hipparchus.ode with parameters of type ParametersController Constructor Description VariationalEquation(ExpandableODE expandable, OrdinaryDifferentialEquation ode, double[] hY, ParametersController controller, ParameterConfiguration... paramsAndSteps)
Build variational equation using finite differences for local partial derivatives.
-