Package | Description |
---|---|
pal.math |
Classes for math stuff such as optimisation, numerical derivatives, matrix exponentials,
random numbers, special function etc.
|
pal.supgma |
Modifier and Type | Method | Description |
---|---|---|
static LMSSolver |
LMSSolver.Utils.getSimpleSolver() |
Obtain a simple LMSSolver that uses the "traditional" method for LMS stuff (IE, using row reduction to find the inverse, with poor numerical accuracy)
|