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