org.apache.commons.math3.linear
Class SingularValueSolverTest

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

public class SingularValueSolverTest
extends Object


Constructor Summary
SingularValueSolverTest()
           
 
Method Summary
 void testConditionNumber()
          test condition number
 void testLeastSquareSolve()
          test least square solve
 void testMath320B()
           
 void testSolve()
          test solve
 void testSolveDimensionErrors()
          test solve dimension errors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingularValueSolverTest

public SingularValueSolverTest()
Method Detail

testSolveDimensionErrors

public void testSolveDimensionErrors()
test solve dimension errors


testLeastSquareSolve

public void testLeastSquareSolve()
test least square solve


testSolve

public void testSolve()
test solve


testConditionNumber

public void testConditionNumber()
test condition number


testMath320B

public void testMath320B()


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