org.apache.commons.math3.linear
Class LUSolverTest

java.lang.Object
  extended by org.apache.commons.math3.linear.LUSolverTest

public class LUSolverTest
extends Object


Constructor Summary
LUSolverTest()
           
 
Method Summary
 void testDeterminant()
          test determinant
 void testSingular()
          test singular
 void testSolve()
          test solve
 void testSolveDimensionErrors()
          test solve dimension errors
 void testSolveSingularityErrors()
          test solve singularity errors
 void testThreshold()
          test threshold impact
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LUSolverTest

public LUSolverTest()
Method Detail

testThreshold

public void testThreshold()
test threshold impact


testSingular

public void testSingular()
test singular


testSolveDimensionErrors

public void testSolveDimensionErrors()
test solve dimension errors


testSolveSingularityErrors

public void testSolveSingularityErrors()
test solve singularity errors


testSolve

public void testSolve()
test solve


testDeterminant

public void testDeterminant()
test determinant



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.