Package pal.math
Class LMSSolver.Utils
- java.lang.Object
-
- pal.math.LMSSolver.Utils
-
- Enclosing interface:
- LMSSolver
public static final class LMSSolver.Utils extends java.lang.Object
Title: Utils
A store of LMSSolver related utiltiies
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods 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)
-
-
-
Method Detail
-
getSimpleSolver
public static final 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)- Returns:
- A LMSSolver object
-
-