Package pal.math

Class 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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utils

        public Utils()
    • 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