discourage users to user developer preprocessor directives

This commit is contained in:
Gael Guennebaud 2012-06-06 15:36:08 +02:00
parent 84d20720b2
commit b9f0eabd93

View File

@ -92,8 +92,7 @@ following macros are supported; none of them are defined by default.
\section TopicPreprocessorDirectivesDevelopers Macros for Eigen developers
These macros are mainly meant for people developing %Eigen and for testing purposes. However, they can also be
useful for power users and the curious.
These macros are mainly meant for people developing %Eigen and for testing purposes. Even though, they might be useful for power users and the curious for debugging and testing purpose, they \b should \b not \b be \b used by real-word code.
- \b EIGEN_DEFAULT_TO_ROW_MAJOR - when defined, the default storage order for matrices becomes row-major
instead of column-major. Not defined by default.