Overload List

  NameDescription
RombergIntegrator()()()
Default constructor. Constructs a RombergIntegrator instance with default tolerance and default maximum order.
RombergIntegrator(Double)
Constructs a RombergIntegrator instance with the given error tolerance and default maximum order.
RombergIntegrator(Int32)
Constructs a RombergIntegrator instance with the given maximum order and default error tolerance.
RombergIntegrator(Double, Int32)
Constructs a RombergIntegrator instance with the given error tolerance and maximum order.

See Also