OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testsingular
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/test/
matrix_power.cpp
100
void
testSingular
(const MatrixType& m_const, const typename MatrixType::RealScalar& tol)
179
CALL_SUBTEST_2(
testSingular
(Matrix2d(), 1e-13));
180
CALL_SUBTEST_7(
testSingular
(Matrix3dRowMajor(), 1e-13));
181
CALL_SUBTEST_3(
testSingular
(Matrix4cd(), 1e-13));
182
CALL_SUBTEST_4(
testSingular
(MatrixXd(8,8), 2e-12));
183
CALL_SUBTEST_1(
testSingular
(Matrix2f(), 1e-4));
184
CALL_SUBTEST_5(
testSingular
(Matrix3cf(), 1e-4));
185
CALL_SUBTEST_8(
testSingular
(Matrix4f(), 1e-4));
186
CALL_SUBTEST_6(
testSingular
(MatrixXf(2,2), 1e-3));
187
CALL_SUBTEST_9(
testSingular
(MatrixXe(7,7), 1e-13L))
[
all
...]
Completed in 108 milliseconds