mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
compilation fixes
This commit is contained in:
@@ -120,7 +120,7 @@ void test_redux()
|
||||
CALL_SUBTEST( matrixRedux(MatrixXi(8, 12)) );
|
||||
}
|
||||
for(int i = 0; i < g_repeat; i++) {
|
||||
CALL_SUBTEST( vectorRedux(VectorX4f()) );
|
||||
CALL_SUBTEST( vectorRedux(Vector4f()) );
|
||||
CALL_SUBTEST( vectorRedux(VectorXd(10)) );
|
||||
CALL_SUBTEST( vectorRedux(VectorXf(33)) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user