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