Package org.hipparchus.ode
Class ParameterConfiguration
- java.lang.Object
-
- org.hipparchus.ode.ParameterConfiguration
-
public class ParameterConfiguration extends Object
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getHP()
Get parameter step.String
getParameterName()
Get parameter name.
-
-
-
Method Detail
-
getParameterName
public String getParameterName()
Get parameter name.- Returns:
- parameterName parameter name
-
getHP
public double getHP()
Get parameter step.- Returns:
- hP parameter step
-
-