org.apache.commons.math3.linear
Class CholeskyDecompositionTest

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

public class CholeskyDecompositionTest
extends Object


Constructor Summary
CholeskyDecompositionTest()
           
 
Method Summary
 void testAEqualLLT()
          test A = LLT
 void testDimensions()
          test dimensions
 void testLLowerTriangular()
          test that L is lower triangular
 void testLTTransposed()
          test that LT is transpose of L
 void testMath274()
           
 void testMatricesValues()
          test matrices values
 void testNonSquare()
          test non-square matrix
 void testNotPositiveDefinite()
          test non positive definite matrix
 void testNotSymmetricMatrixException()
          test non-symmetric matrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CholeskyDecompositionTest

public CholeskyDecompositionTest()
Method Detail

testDimensions

public void testDimensions()
test dimensions


testNonSquare

public void testNonSquare()
test non-square matrix


testNotSymmetricMatrixException

public void testNotSymmetricMatrixException()
test non-symmetric matrix


testNotPositiveDefinite

public void testNotPositiveDefinite()
test non positive definite matrix


testMath274

public void testMath274()

testAEqualLLT

public void testAEqualLLT()
test A = LLT


testLLowerTriangular

public void testLLowerTriangular()
test that L is lower triangular


testLTTransposed

public void testLTTransposed()
test that LT is transpose of L


testMatricesValues

public void testMatricesValues()
test matrices values



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.