Package pal.math

Class LMSSolver.Utils

java.lang.Object
pal.math.LMSSolver.Utils
Enclosing interface:
LMSSolver

public static final class LMSSolver.Utils extends Object

Title: Utils

A store of LMSSolver related utiltiies
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • 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