From ef1439252cf5ddd57a3589f25eea84b7bf20b3f2 Mon Sep 17 00:00:00 2001 From: Michiel Van Dyck Date: Fri, 8 May 2015 20:55:34 +0000 Subject: [PATCH 1/2] [[DOC]] TopicMultithreading.dox compile error in example code resolved as in default branch --- doc/TopicMultithreading.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TopicMultithreading.dox b/doc/TopicMultithreading.dox index f7d082668..7db2b0e07 100644 --- a/doc/TopicMultithreading.dox +++ b/doc/TopicMultithreading.dox @@ -17,7 +17,7 @@ You can control the number of thread that will be used using either the OpenMP A Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this bahavior by calling \code setNbThreads(0); \endcode You can query the number of threads that will be used with: \code -n = Eigen::nbThreads(n); +n = Eigen::nbThreads( ); \endcode You can disable Eigen's multi threading at compile time by defining the EIGEN_DONT_PARALLELIZE preprocessor token. From 2d217a60a7cb049c2da4fec1c79c56ffb638fc97 Mon Sep 17 00:00:00 2001 From: Michiel Van Dyck Date: Fri, 8 May 2015 22:56:14 +0200 Subject: [PATCH 2/2] Close branch mvdyck/doc-topicmultithreadingdox-resolved-comp-1431118452618