aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TopicMultithreading.dox
Commit message (Collapse)AuthorAge
* small typoGravatar Christoph Hertzberg2015-05-04
|
* [Doc] Multi-threading fixGravatar michiel van dyck2015-05-04
| | | | | | | | | | | | | OLD: n = Eigen::nbThreads( n ); NEW: n = Eigen::nbThreads( ); from: You can query the number of threads that will be used with: \code n = Eigen::nbThreads( ); \endcode Kr Michiel
* Fix typo and formatingGravatar Gael Guennebaud2014-03-07
|
* Document the fact that Random and setRandom are not reentrant (so not ↵Gravatar Gael Guennebaud2014-01-07
| | | | thread-safe)
* bug #466: better fix for the race condition: this new patch add an ↵Gravatar Gael Guennebaud2012-06-14
initParallel() function which must be called at the initialization time of any multi-threaded application calling Eigen from multiple threads.