annas.test.math
Class TestMatrix

java.lang.Object
  extended by annas.test.math.TestMatrix

public class TestMatrix
extends java.lang.Object


Constructor Summary
TestMatrix()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAddMatrix()
           
 void testAdjoint()
           
 void testCreateIdentity()
           
 void testDeterminant()
           
 void testDivide()
           
 void testGetMatrix()
           
 void testInverse()
           
 void testMatrixFloatArrayArray()
           
 void testMatrixIntInt()
           
 void testMultiplyMatrix()
           
 void testSetMatrix()
           
 void testSubtractMatrix()
           
 void testTranspose()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMatrix

public TestMatrix()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testMatrixIntInt

public void testMatrixIntInt()

testMatrixFloatArrayArray

public void testMatrixFloatArrayArray()

testSetMatrix

public void testSetMatrix()

testGetMatrix

public void testGetMatrix()

testCreateIdentity

public void testCreateIdentity()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testMultiplyMatrix

public void testMultiplyMatrix()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testTranspose

public void testTranspose()

testInverse

public void testInverse()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testAdjoint

public void testAdjoint()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testDeterminant

public void testDeterminant()

testAddMatrix

public void testAddMatrix()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testSubtractMatrix

public void testSubtractMatrix()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testDivide

public void testDivide()