mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* eigen2->eigen3
* bump version to 2.91.0 * add FindEigen3.cmake
This commit is contained in:
@@ -36,7 +36,7 @@ In order to use Eigen, you just need to download and extract Eigen's source code
|
||||
|
||||
Here are some quick compilation instructions with GCC. To quickly test an example program, just do
|
||||
|
||||
\code g++ -I /path/to/eigen2/ my_program.cpp -o my_program \endcode
|
||||
\code g++ -I /path/to/eigen/ my_program.cpp -o my_program \endcode
|
||||
|
||||
There is no library to link to. For good performance, add the \c -O2 compile-flag. Note however that this makes it impossible to debug inside Eigen code, as many functions get inlined. In some cases, performance can be further improved by disabling Eigen assertions: use \c -DEIGEN_NO_DEBUG or \c -DNDEBUG to disable them.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user