mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
documentation fixes
This commit is contained in:
parent
b6299c974f
commit
ea7d872181
@ -5,6 +5,9 @@
|
|||||||
#error LeastSquares is only available in Eigen2 support mode (define EIGEN2_SUPPORT)
|
#error LeastSquares is only available in Eigen2 support mode (define EIGEN2_SUPPORT)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// exclude from normal eigen3-only documentation
|
||||||
|
#ifdef EIGEN2_SUPPORT
|
||||||
|
|
||||||
#include "Core"
|
#include "Core"
|
||||||
|
|
||||||
#include "src/Core/util/DisableStupidWarnings.h"
|
#include "src/Core/util/DisableStupidWarnings.h"
|
||||||
@ -28,4 +31,6 @@ namespace Eigen {
|
|||||||
|
|
||||||
#include "src/Core/util/ReenableStupidWarnings.h"
|
#include "src/Core/util/ReenableStupidWarnings.h"
|
||||||
|
|
||||||
|
#endif // EIGEN2_SUPPORT
|
||||||
|
|
||||||
#endif // EIGEN_REGRESSION_MODULE_H
|
#endif // EIGEN_REGRESSION_MODULE_H
|
||||||
|
@ -1213,7 +1213,8 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \
|
|||||||
EIGEN_PARSED_BY_DOXYGEN \
|
EIGEN_PARSED_BY_DOXYGEN \
|
||||||
EIGEN_VECTORIZE \
|
EIGEN_VECTORIZE \
|
||||||
EIGEN_QT_SUPPORT \
|
EIGEN_QT_SUPPORT \
|
||||||
EIGEN_STRONG_INLINE=inline
|
EIGEN_STRONG_INLINE=inline \
|
||||||
|
EIGEN2_SUPPORT_STAGE=99
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
|
||||||
# this tag can be used to specify a list of macro names that should be expanded.
|
# this tag can be used to specify a list of macro names that should be expanded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user