Click or drag to resize

RombergIntegrator Constructor

Overload List
 NameDescription
Public methodRombergIntegrator Default constructor. Constructs a RombergIntegrator instance with default tolerance and default maximum order.
Public methodRombergIntegrator(Double) Constructs a RombergIntegrator instance with the given error tolerance and default maximum order.
Public methodRombergIntegrator(Int32) Constructs a RombergIntegrator instance with the given maximum order and default error tolerance.
Public methodRombergIntegrator(Double, Int32) Constructs a RombergIntegrator instance with the given error tolerance and maximum order.
Top
See Also