See: Description
| Class | Description |
|---|---|
| DoubleWeightedMean |
A weighted mean implementation for floating-point weights, following the Commons
Math3 framework.
|
| LinearSystemSolver |
An implementation based on
RRQRDecomposition from Commons Math. |
| Solver |
Encapsulates a
DecompositionSolver from Commons Math. |
| VectorMath |
Utility class with simple vector-related operations.
|
| Exception | Description |
|---|---|
| SingularMatrixSolverException |
Throws when a system can't be solved because the input matrix is singular or
near-singular.
|
Copyright © 2014–2018. All rights reserved.