mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
discourage users to user developer preprocessor directives
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user