ProGAL.math.test
Class MatrixTest

java.lang.Object
  extended by ProGAL.math.test.MatrixTest

public class MatrixTest
extends java.lang.Object


Constructor Summary
MatrixTest()
           
 
Method Summary
 void testAdd()
           
 void testAddThis()
           
 void testApplyToInPoint()
           
 void testApplyToMatrix()
           
 void testApplyToThis()
           
 void testApplyToVector()
           
 void testCreate4x4ColumnMatrix()
           
 void testCreateColumnMatrix()
           
 void testCreateIdentityMatrix()
           
 void testCreateRotationMatrix()
           
 void testCreateRowMatrix()
           
 void testDeterminant()
           
 void testGetColumn()
           
 void testGetEigenvalueDecomposition()
           
 void testGetRow()
           
 void testInvert()
           
 void testInvertThis()
           
 void testMatrixDoubleArrayArray()
           
 void testMatrixIntInt()
           
 void testMinor()
           
 void testMultiply()
           
 void testMultiplyInVector()
           
 void testMultiplyPoint()
           
 void testMultiplyThis()
           
 void testReduce()
           
 void testReduceThis()
           
 void testTranspose()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixTest

public MatrixTest()
Method Detail

testMatrixIntInt

public void testMatrixIntInt()

testMatrixDoubleArrayArray

public void testMatrixDoubleArrayArray()

testGetRow

public void testGetRow()

testGetColumn

public void testGetColumn()

testTranspose

public void testTranspose()

testMultiplyInVector

public void testMultiplyInVector()

testMultiplyPoint

public void testMultiplyPoint()

testApplyToInPoint

public void testApplyToInPoint()

testApplyToVector

public void testApplyToVector()

testApplyToThis

public void testApplyToThis()

testApplyToMatrix

public void testApplyToMatrix()

testAdd

public void testAdd()

testAddThis

public void testAddThis()

testMultiply

public void testMultiply()

testMultiplyThis

public void testMultiplyThis()

testDeterminant

public void testDeterminant()

testMinor

public void testMinor()

testInvert

public void testInvert()

testInvertThis

public void testInvertThis()

testReduce

public void testReduce()

testReduceThis

public void testReduceThis()

testGetEigenvalueDecomposition

public void testGetEigenvalueDecomposition()

testCreateIdentityMatrix

public void testCreateIdentityMatrix()

testCreateColumnMatrix

public void testCreateColumnMatrix()

testCreate4x4ColumnMatrix

public void testCreate4x4ColumnMatrix()

testCreateRowMatrix

public void testCreateRowMatrix()

testCreateRotationMatrix

public void testCreateRotationMatrix()