edu.stanford.rsl.konrad.numerics.test
Class SolversTest

java.lang.Object
  extended by edu.stanford.rsl.konrad.numerics.test.SolversTest

public class SolversTest
extends java.lang.Object


Constructor Summary
SolversTest()
           
 
Method Summary
 void testSolveLinearLeastSquares()
           
 void testSolveLowerTriangular()
           
 void testSolveLSE()
           
 void testSolveUpperTriangular()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolversTest

public SolversTest()
Method Detail

testSolveUpperTriangular

public void testSolveUpperTriangular()

testSolveLowerTriangular

public void testSolveLowerTriangular()

testSolveLSE

public void testSolveLSE()

testSolveLinearLeastSquares

public void testSolveLinearLeastSquares()