mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Updated the regressions tests that cover full reductions
This commit is contained in:
@@ -14,7 +14,7 @@ static void test_comparison_sugar() {
|
||||
// make sure we have at least one value == 0
|
||||
t(0,0,0) = 0;
|
||||
|
||||
Tensor<bool,1> b;
|
||||
Tensor<bool,0> b;
|
||||
|
||||
#define TEST_TENSOR_EQUAL(e1, e2) \
|
||||
b = ((e1) == (e2)).all(); \
|
||||
|
||||
Reference in New Issue
Block a user