| Package | Description |
|---|---|
| org.jscience.mathematics.function |
Provides support for fairly simple symbolic math analysis
(to solve algebraic equations, integrate, differentiate, calculate
expressions, and so on).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Interpolator.Linear<F extends Field<F>>
This class represents a linear interpolator for
field
instances (point and values from the same field). |
| Modifier and Type | Method and Description |
|---|---|
Interpolator<X,Y> |
DiscreteFunction.getInterpolator()
Returns the interpolator used by this discrete function.
|
| Constructor and Description |
|---|
DiscreteFunction(SortedMap<X,Y> pointValues,
Interpolator<X,Y> interpolator,
Variable<X> variable)
Creates the discrete function for the specified point-value entries.
|