Package org.hipparchus.ode
Class ParameterConfiguration
java.lang.Object
org.hipparchus.ode.ParameterConfiguration
Simple container pairing a parameter name with a step in order to compute
the associated Jacobian matrix by finite difference.
Instances of this class are guaranteed to be immutable.
-
Method Summary
-
Method Details
-
getParameterName
Get parameter name.- Returns:
- parameterName parameter name
-
getHP
public double getHP()Get parameter step.- Returns:
- hP parameter step
-