org.apache.commons.math.linear
Class FieldLUDecompositionImplTest

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

public class FieldLUDecompositionImplTest
extends junit.framework.TestCase


Constructor Summary
FieldLUDecompositionImplTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testDimensions()
          test dimensions
 void testLLowerTriangular()
          test that L is lower triangular with unit diagonal
 void testMatricesValues1()
          test matrices values
 void testMatricesValues2()
          test matrices values
 void testNonSquare()
          test non-square matrix
 void testPAEqualLU()
          test PA = LU
 void testPPermutation()
          test that P is a permutation matrix
 void testSingular()
          test singular
 void testUUpperTriangular()
          test that U is upper triangular
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

FieldLUDecompositionImplTest

public FieldLUDecompositionImplTest(String name)
Method Detail

suite

public static junit.framework.Test suite()

testDimensions

public void testDimensions()
test dimensions


testNonSquare

public void testNonSquare()
test non-square matrix


testPAEqualLU

public void testPAEqualLU()
test PA = LU


testLLowerTriangular

public void testLLowerTriangular()
test that L is lower triangular with unit diagonal


testUUpperTriangular

public void testUUpperTriangular()
test that U is upper triangular


testPPermutation

public void testPPermutation()
test that P is a permutation matrix


testSingular

public void testSingular()
test singular


testMatricesValues1

public void testMatricesValues1()
test matrices values


testMatricesValues2

public void testMatricesValues2()
test matrices values



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