|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.linear.CholeskyDecompositionTest
public class CholeskyDecompositionTest
| 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 |
|---|
public CholeskyDecompositionTest()
| Method Detail |
|---|
public void testDimensions()
public void testNonSquare()
public void testNotSymmetricMatrixException()
public void testNotPositiveDefinite()
public void testMath274()
public void testAEqualLLT()
public void testLLowerTriangular()
public void testLTTransposed()
public void testMatricesValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||