org.apache.commons.math.linear
Class EigenSolverTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.linear.EigenSolverTest
All Implemented Interfaces:
junit.framework.Test

public class EigenSolverTest
extends junit.framework.TestCase


Constructor Summary
EigenSolverTest(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EigenSolverTest

public EigenSolverTest(String name)
Method Detail

suite

public static junit.framework.Test suite()

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


setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.