Home
last modified time | relevance | path

Searched refs:testSingular (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dmatrix_power.cpp100 void testSingular(const MatrixType& m_const, const typename MatrixType::RealScalar& tol) in testSingular() function
179 CALL_SUBTEST_2(testSingular(Matrix2d(), 1e-13)); in test_matrix_power()
180 CALL_SUBTEST_7(testSingular(Matrix3dRowMajor(), 1e-13)); in test_matrix_power()
181 CALL_SUBTEST_3(testSingular(Matrix4cd(), 1e-13)); in test_matrix_power()
182 CALL_SUBTEST_4(testSingular(MatrixXd(8,8), 2e-12)); in test_matrix_power()
183 CALL_SUBTEST_1(testSingular(Matrix2f(), 1e-4)); in test_matrix_power()
184 CALL_SUBTEST_5(testSingular(Matrix3cf(), 1e-4)); in test_matrix_power()
185 CALL_SUBTEST_8(testSingular(Matrix4f(), 1e-4)); in test_matrix_power()
186 CALL_SUBTEST_6(testSingular(MatrixXf(2,2), 1e-3)); in test_matrix_power()
187 CALL_SUBTEST_9(testSingular(MatrixXe(7,7), 1e-13L)); in test_matrix_power()
[all …]