| Interface | Description |
|---|---|
| DoubleArray |
Provides a standard interface for double arrays.
|
| Class | Description |
|---|---|
| MathUtils |
Some useful additions to the built-in functions in
Math. |
| ResizableDoubleArray |
A variable length
DoubleArray implementation that automatically
handles expanding and contracting its internal storage array as elements
are added and removed. |