org.apache.commons.math3.linear
Class FieldLUDecompositionTest

java.lang.Object
  extended by org.apache.commons.math3.linear.FieldLUDecompositionTest

public class FieldLUDecompositionTest
extends Object


Constructor Summary
FieldLUDecompositionTest()
           
 
Method Summary
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldLUDecompositionTest

public FieldLUDecompositionTest()
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.