mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-01 01:32:00 +08:00
document EIGEN_MPL2_ONLY
(transplanted from 54559094ec492f437c411ad900705bdb17ad6d7a )
This commit is contained in:
parent
98f16a6ee7
commit
b2d857af3e
@ -50,6 +50,8 @@ run time. However, these assertions do cost time and can thus be turned off.
|
||||
- \b eigen_assert - macro with one argument that is used inside %Eigen for assertions. By default, it is
|
||||
basically defined to be \c assert, which aborts the program if the assertion is violated. Redefine this
|
||||
macro if you want to do something else, like throwing an exception.
|
||||
- \b EIGEN_MPL2_ONLY - disable non MPL2 compatible features, or in other words disable the features which
|
||||
are still under the LGPL.
|
||||
|
||||
|
||||
\section TopicPreprocessorDirectivesPerformance Alignment, vectorization and performance tweaking
|
||||
|
Loading…
x
Reference in New Issue
Block a user