public class TrapezoidalIntegrator extends SimpleIntegrator
| Constructor and Description |
|---|
TrapezoidalIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
double |
integrate()
Calculate the integral \int_{lower_bound}^{upper_bound}function(x)dx
|
getDelta, getSequenceLength, setDelta, setLowerBound, setSequenceLength, setUpperBoundgetFunction, getLowerBound, getUpperBound, setFunctionpublic double integrate()
throws Exception
IntegratorException - TODOCopyright © 2020. All rights reserved.