mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-16 14:49:39 +08:00
Fix unit test.
This commit is contained in:
parent
ccb408ee6a
commit
575bc44c3f
@ -87,8 +87,8 @@ void call_ref()
|
||||
VERIFY_EVALUATION_COUNT( call_ref_3(B, B), 1);
|
||||
VERIFY_EVALUATION_COUNT( call_ref_2(B.transpose(), B.transpose()), 0);
|
||||
VERIFY_EVALUATION_COUNT( call_ref_3(B.transpose(), B.transpose()), 0);
|
||||
VERIFY_EVALUATION_COUNT( call_ref_2(A*A, AA), 1);
|
||||
VERIFY_EVALUATION_COUNT( call_ref_3(A*A, AA), 1);
|
||||
VERIFY_EVALUATION_COUNT( call_ref_2(A*A, AA), 3);
|
||||
VERIFY_EVALUATION_COUNT( call_ref_3(A*A, AA), 3);
|
||||
|
||||
VERIFY(!C.isCompressed());
|
||||
VERIFY_EVALUATION_COUNT( call_ref_3(C, C), 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user