mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
eigen2support: disable sparse tests, and do not require to define YES_I_KNOW_NOT_STABLE
This commit is contained in:
@@ -110,6 +110,7 @@ namespace Eigen
|
||||
|
||||
#else // EIGEN_DEBUG_ASSERTS
|
||||
|
||||
#undef eigen_assert
|
||||
#define eigen_assert(a) \
|
||||
if( (!(a)) && (!no_more_assert) ) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user