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