The flare.util.math package provides data structures and classes for specialized mathematics.
| Interface | Description | |
|---|---|---|
| IMatrix | Interface for a matrix of real-valued numbers. |
| Class | Description | |
|---|---|---|
| DenseMatrix | A matrix of numbers implemented using an array of values. | |
| SparseMatrix | A matrix of numbers implemented using a hashtable of values. |