mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-23 21:34:30 +08:00
Add (failing) test for computing HouseholderQR of a 1x1 matrix.
This commit is contained in:
parent
2d7bd1ec91
commit
a1ac56a7c7
@ -117,6 +117,7 @@ void test_qr()
|
||||
CALL_SUBTEST_3(( qr_fixedsize<Matrix<float,3,4>, 2 >() ));
|
||||
CALL_SUBTEST_4(( qr_fixedsize<Matrix<double,6,2>, 4 >() ));
|
||||
CALL_SUBTEST_5(( qr_fixedsize<Matrix<double,2,5>, 7 >() ));
|
||||
CALL_SUBTEST_11( qr(Matrix<float,1,1>()) );
|
||||
}
|
||||
|
||||
for(int i = 0; i < g_repeat; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user