Package pulse.math

Class MidpointIntegrator

    • Constructor Detail

      • MidpointIntegrator

        public MidpointIntegrator​(Segment bounds)
    • Method Detail

      • integrate

        public double integrate()
        Performs the integration according to the midpoint scheme. This scheme should be used when the function is not well-defined at either of the integration bounds.
        Specified by:
        integrate in class AbstractIntegrator
        Returns:
        the value of the integral