us.ihmc.utilities.linearDynamicSystems
Class ComplexMatrixTest

java.lang.Object
  extended by us.ihmc.utilities.linearDynamicSystems.ComplexMatrixTest

public class ComplexMatrixTest
extends java.lang.Object


Constructor Summary
ComplexMatrixTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testConstructDiagonalMatrix()
           
 void testEpsilonEquals()
           
 void testGetRowAndColumnDimensions()
           
 void testIdentity()
           
 void testInverse()
           
 void testMatrixTimes()
           
 void testTimes()
           
 void testTranspose()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexMatrixTest

public ComplexMatrixTest()
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

testIdentity

public void testIdentity()

testGetRowAndColumnDimensions

public void testGetRowAndColumnDimensions()

testEpsilonEquals

public void testEpsilonEquals()

testConstructDiagonalMatrix

public void testConstructDiagonalMatrix()

testTranspose

public void testTranspose()

testTimes

public void testTimes()

testMatrixTimes

public void testMatrixTimes()

testInverse

public void testInverse()