us.ihmc.utilities.linearDynamicSystems
Class ComplexMatrixTest
java.lang.Object
us.ihmc.utilities.linearDynamicSystems.ComplexMatrixTest
public class ComplexMatrixTest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexMatrixTest
public ComplexMatrixTest()
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()