An NDoc Documented Class Library

AdaptiveIntegrator Constructor (Function, UInt32, Double)

Create a integrator for the given function.

public AdaptiveIntegrator(
   Function f,
   uint iterations,
   double error
);

Parameters

f
the target function.
iterations
the maximum number of iterations
error
the maximum allowable relative error

See Also

AdaptiveIntegrator Class | numerics4net.integration Namespace | AdaptiveIntegrator Constructor Overload List