public interface SampledFunctionIntegrator
The classes which are devoted to integrate vectorial samples should implement this interface.
SampledFunctionIterator,
ComputableFunctionIntegrator| Modifier and Type | Method and Description |
|---|---|
double[] |
integrate(SampledFunctionIterator iter)
Integrate a sample over its overall range
|
double[] integrate(SampledFunctionIterator iter) throws ExhaustedSampleException, FunctionException
iter - iterator over the sample to integrateExhaustedSampleException - if the sample does not have
enough points for the integration schemeFunctionException - if the underlying sampled function throws oneCopyright © 2001-2007 Luc Maisonobe. All Rights Reserved.