类 SingularValueSolverTest
java.lang.Object
org.hipparchus.linear.SingularValueSolverTest
-
构造器概要
-
方法概要
修饰符和类型方法说明void
测试条件数void
测试最小二乘解void
void
void
测试解决void
测试解决维度错误
-
构造器详细资料
-
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()
-