|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.linear.FieldLUDecompositionTest
public class FieldLUDecompositionTest
| 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 |
|---|
public FieldLUDecompositionTest()
| Method Detail |
|---|
public void testDimensions()
public void testNonSquare()
public void testPAEqualLU()
public void testLLowerTriangular()
public void testUUpperTriangular()
public void testPPermutation()
public void testSingular()
public void testMatricesValues1()
public void testMatricesValues2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||