pal.math
Class LMSSolver.Utils

java.lang.Object
  extended by 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
LMSSolver.Utils()
           
 
Method Summary
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

LMSSolver.Utils

public LMSSolver.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