类 EigenSolverTest
java.lang.Object
org.hipparchus.linear.EigenSolverTest
-
构造器概要
-
方法概要
修饰符和类型方法说明void
测试可逆矩阵void
验证对非常小的值的操作。void
测试不可逆矩阵void
void
测试解决方案void
测试解决方案维度错误void
-
构造器详细资料
-
EigenSolverTest
public EigenSolverTest()
-
-
方法详细资料
-
testNonInvertible
public void testNonInvertible()测试不可逆矩阵 -
testInvertible
public void testInvertible()测试可逆矩阵 -
testInvertibleTinyValues
public void testInvertibleTinyValues()验证对非常小的值的操作。具有特征值{8e-100, -1e-100, -1e-100}的矩阵 -
testNonInvertibleMath1045
public void testNonInvertibleMath1045() -
testZeroMatrix
public void testZeroMatrix() -
testSolveDimensionErrors
public void testSolveDimensionErrors()测试解决方案维度错误 -
testSolve
public void testSolve()测试解决方案
-