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.
|
| Histogram |
Histogram utilities.
|
| IntFunction |
An interface representing a univariate int function.
|
| MultivariateFunction |
An interface representing a multivariate real function.
|
| Root |
Root finding algorithms.
|
| TimeFunction |
A time-dependent function.
|
| Class | Description |
|---|---|
| AbstractDifferentiableMultivariateFunction |
An abstract implementation that uses finite differences to calculate the
partial derivatives instead of providing them analytically.
|
| BFGS |
The Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm is an iterative
method for solving unconstrained nonlinear optimization problems.
|
| Complex |
Complex number.
|
| Complex.Array |
Packed array of complex numbers for better memory efficiency.
|
| LevenbergMarquardt |
The Levenberg–Marquardt algorithm.
|
| MathEx |
Extra basic numeric functions.
|
| Random |
This is a high quality random number generator as a replacement of
the standard Random class of Java system.
|