aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TopicMultithreading.dox
Commit message (Collapse)AuthorAge
* 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.