public static final class LMSSolver.Utils
extends java.lang.Object
Title: Utils
A store of LMSSolver related utiltiies| Constructor | Description |
|---|---|
Utils() |
| Modifier and Type | Method | Description |
|---|---|---|
static LMSSolver |
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)
|
public static final LMSSolver getSimpleSolver()