类 SingularValueSolverTest

java.lang.Object
org.hipparchus.linear.SingularValueSolverTest

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

    • SingularValueSolverTest

      public SingularValueSolverTest()
  • 方法详细资料

    • testSolveDimensionErrors

      public void testSolveDimensionErrors()
      测试解决维度错误
    • testLeastSquareSolve

      public void testLeastSquareSolve()
      测试最小二乘解
    • testSolve

      public void testSolve()
      测试解决
    • testConditionNumber

      public void testConditionNumber()
      测试条件数
    • testMath320B

      public void testMath320B()
    • testSingular

      public void testSingular()