public interface IterativeIntegrator extends Integrator
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxIterations()
Get the maximum number of iterations for this iterative procedure.
|
double |
h()
Get the discretization size for the current iteration.
|
double |
next(int iteration,
UnivariateRealFunction f,
double a,
double b,
double sum0)
Compute a refined sum for the integral.
|
getPrecision, integratedouble h()
double next(int iteration,
UnivariateRealFunction f,
double a,
double b,
double sum0)
iteration - the index/count for the current iteration, counting from 1f - the integranda - the lower limitb - the upper limitsum0 - the last sumint getMaxIterations()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.