Class AbstractFixedStepFieldIntegratorBuilder<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • AbstractFixedStepFieldIntegratorBuilder

        protected AbstractFixedStepFieldIntegratorBuilder​(double step)
        Constructor.
        Parameters:
        step - step size (s)
    • Method Detail

      • checkStep

        protected void checkStep​(double stepToCheck)
        Check that given step size is not equal to 0.
        Parameters:
        stepToCheck - step size (s) to check
      • getFieldStep

        protected T getFieldStep​(Field<T> field)
        Get "fielded" step size (s).
        Parameters:
        field - field to which the element belong
        Returns:
        "fielded" step size (s)
      • getStep

        protected double getStep()
        Getter for the step size (s).
        Returns:
        step size
        Since:
        13.0