类 LUDecompositionTest

java.lang.Object
org.hipparchus.linear.LUDecompositionTest

public class LUDecompositionTest extends Object
  • 构造器详细资料

    • 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()