See: Description
| Interface | Description |
|---|---|
| DifferentiableFunction |
A differentiable function is a function whose derivative exists at each point
in its domain.
|
| DifferentiableMultivariateFunction |
A differentiable function is a function whose derivative exists at each point
in its domain.
|
| Function |
An interface representing a univariate real function.
|
| MultivariateFunction |
An interface representing a multivariate real function.
|
| Class | Description |
|---|---|
| AbstractDifferentiableMultivariateFunction |
An abstract implementation that uses finite differences to calculate the
partial derivatives instead of providing them analytically.
|
| Complex |
Complex number.
|
| DoubleArrayList |
A resizeable, array-backed list of double primitives.
|
| Histogram |
Histogram utilities.
|
| IntArrayList |
A resizeable, array-backed list of integer primitives.
|
| Math |
A collection of useful mathematical functions.
|
| Random |
This is a high quality random number generator as a replacement of
the standard Random class of Java system.
|
| SparseArray |
Sparse array of double values.
|
| SparseArray.Entry |
The entry in a sparse array of double values.
|