mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* cleanup: in public api docs, don't put \sa links to \internal things.
(the global funcs in MathFunctions.h and Fuzzy.h don't count as internal). * Mainpage.dox. Add a few prospective Eigen users; change the recommended -finline-limit from 10000 to 1000. The reason is: it could be harmful to have a too big value here, couldn't it? (e.g. exceedingly large executables, cache misses). Looking at gcc, a value of 900 would exactly mean "determine the inlining of all functions as if they were marked with 'inline' keyword". So a value of 1000 seems a reasonable round number. In the benchmark that motivated this (TestEigenSolvers) a value of 400 is enough on my system.
This commit is contained in:
@@ -75,7 +75,7 @@ Eigen is well tested with recent versions of GCC and ICC. Both GCC 4.2 and ICC g
|
||||
|
||||
For best performance, we recommend the following compilation flags:
|
||||
<ul>
|
||||
<li>\b GCC: \c -O3 \c -DNDEBUG \c -finline-limit=10000 </li>
|
||||
<li>\b GCC: \c -O3 \c -DNDEBUG \c -finline-limit=1000 </li>
|
||||
<li>\b ICC: \c -O3 \c -DNDEBUG \c -xT \c -ipo \c -no-prec-div \c -no-inline-max-size </li>
|
||||
</ul>
|
||||
|
||||
@@ -120,8 +120,8 @@ standalone "demos".
|
||||
|
||||
TODO: update this section; make web links
|
||||
|
||||
Currently: Kalzium, Avogadro, KSpread(a bit), Krita(a bit)
|
||||
Planned: much more use in KOffice 2.1, Step (if we make Eigen good enough!)
|
||||
Currently: Kalzium, Avogadro, KSpread(a bit), Krita(a bit), KGLLib<br>
|
||||
Planned: much more use in KOffice 2.1, Step (if we make Eigen good enough!), OpenBabel (maybe)
|
||||
|
||||
Please tell us if you know of other interesting projects using Eigen!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user