Class Trapezoidal

    • Constructor Detail

      • Trapezoidal

        public Trapezoidal​(double precision,
                           int maxIterations)
        Construct an integrator that implements the Trapezoidal rule.
        Parameters:
        precision - the convergence threshold
        maxIterations - the maximum number of iterations