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 Details

    • getParameterName

      public String getParameterName()
      Get parameter name.
      Returns:
      parameterName parameter name
    • getHP

      public double getHP()
      Get parameter step.
      Returns:
      hP parameter step