Java org.apache.commons.math.analysis.integration UnivariateRealIntegrator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.analysis.integration UnivariateRealIntegrator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.analysis.integration UnivariateRealIntegrator.

The text is from its open source code.

Method

doubleintegrate(UnivariateRealFunction f, double min, double max)
Integrate the function in the given interval.
voidsetAbsoluteAccuracy(double accuracy)
Set the absolute accuracy.
voidsetMaximalIterationCount(int count)
Set the upper limit for the number of iterations.
voidsetMinimalIterationCount(int count)
Set the lower limit for the number of iterations.
voidsetRelativeAccuracy(double accuracy)
Set the relative accuracy.