|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.quadrature.TrapezoidNDIntegrator
public class TrapezoidNDIntegrator
This class implements a trapezoid integrator.
A trapezoid integrator is a very simple one that assumes the function is linear over the integration step.
| Constructor Summary | |
|---|---|
TrapezoidNDIntegrator()
|
|
| Method Summary | |
|---|---|
double[] |
integrate(SampledMappingIterator iter)
Integrate a sample over its overall range |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrapezoidNDIntegrator()
| Method Detail |
|---|
public double[] integrate(SampledMappingIterator iter)
throws ExhaustedSampleException,
MappingException
SampledMappingNDIntegrator
integrate in interface SampledMappingNDIntegratoriter - iterator over the sample to integrate
ExhaustedSampleException - if the sample does not have enough
points for the integration scheme
MappingException - if the underlying sampled function throws one
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||