public interface SampledFunctionIterator
SampledFunction| Modifier and Type | Method and Description |
|---|---|
int |
getDimension()
Get the dimension of the vectorial values of the function.
|
boolean |
hasNext()
Check if the iterator can provide another point.
|
VectorialValuedPair |
nextSamplePoint()
Get the next point of a sampled function.
|
int getDimension()
boolean hasNext()
VectorialValuedPair nextSamplePoint() throws ExhaustedSampleException, FunctionException
ExhaustedSampleException - if the sample has been exhaustedFunctionException - if the underlying function throws oneCopyright © 2001-2007 Luc Maisonobe. All Rights Reserved.