Package pal.math
Class LMSSolver.Utils
java.lang.Object
pal.math.LMSSolver.Utils
- Enclosing interface:
LMSSolver
Title: Utils
A store of LMSSolver related utiltiies-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final LMSSolver
Obtain a simple LMSSolver that uses the "traditional" method for LMS stuff (IE, using row reduction to find the inverse, with poor numerical accuracy)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
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
-