| Interface | Description |
|---|---|
| ComputableFunction |
This interface represents scalar functions of one real variable.
|
| SampledFunction |
This interface represent sampled scalar functions.
|
| SampledFunctionIterator |
This interface provides iteration services over scalar functions
samples.
|
| Class | Description |
|---|---|
| BasicSampledFunctionIterator |
This class is a simple wrapper allowing to iterate over a
SampledFunction.
|
| ComputableFunctionSampler |
This class is a wrapper allowing to sample a
ComputableFunction. |
| ScalarValuedPair |
This class represents an (x, f(x)) pair for scalar functions.
|
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.