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