org.apache.commons.math3.linear
Class EigenSolverTest

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

public class EigenSolverTest
extends Object


Constructor Summary
EigenSolverTest()
           
 
Method Summary
 void testInvertible()
          test invertible matrix
 void testNonInvertible()
          test non invertible matrix
 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

EigenSolverTest

public EigenSolverTest()
Method Detail

testNonInvertible

public void testNonInvertible()
test non invertible matrix


testInvertible

public void testInvertible()
test invertible matrix


testSolveDimensionErrors

public void testSolveDimensionErrors()
test solve dimension errors


testSolve

public void testSolve()
test solve



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