类 LUDecompositionTest
java.lang.Object
org.hipparchus.linear.LUDecompositionTest
-
构造器概要
-
方法概要
修饰符和类型方法说明void
测试维度void
测试L是否为下三角矩阵且具有单位对角线void
测试矩阵值void
测试矩阵值void
测试非方阵void
测试PA = LUvoid
测试P是否为置换矩阵void
测试奇异性void
void
测试U是否为上三角矩阵
-
构造器详细资料
-
LUDecompositionTest
public LUDecompositionTest()
-
-
方法详细资料
-
testDimensions
public void testDimensions()测试维度 -
testNonSquare
public void testNonSquare()测试非方阵 -
testPAEqualLU
public void testPAEqualLU()测试PA = LU -
testLLowerTriangular
public void testLLowerTriangular()测试L是否为下三角矩阵且具有单位对角线 -
testUUpperTriangular
public void testUUpperTriangular()测试U是否为上三角矩阵 -
testPPermutation
public void testPPermutation()测试P是否为置换矩阵 -
testSingular
public void testSingular()测试奇异性 -
testMatricesValues1
public void testMatricesValues1()测试矩阵值 -
testMatricesValues2
public void testMatricesValues2()测试矩阵值 -
testSolve
public void testSolve()
-