Class AbstractFixedStepFieldIntegratorBuilder<T extends CalculusFieldElement<T>>

    • 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)