An NDoc Documented Class Library

SimpsonsIntegrator Constructor (Function, UInt32, Double)

Create a integrator for the given function.

public SimpsonsIntegrator(
   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

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