mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
small typo
This commit is contained in:
parent
4b9eddaef8
commit
6273aca9b1
@ -14,7 +14,7 @@ You can control the number of thread that will be used using either the OpenMP A
|
|||||||
omp_set_num_threads(n);
|
omp_set_num_threads(n);
|
||||||
Eigen::setNbThreads(n);
|
Eigen::setNbThreads(n);
|
||||||
\endcode
|
\endcode
|
||||||
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
|
Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this behavior by calling \code setNbThreads(0); \endcode
|
||||||
You can query the number of threads that will be used with:
|
You can query the number of threads that will be used with:
|
||||||
\code
|
\code
|
||||||
n = Eigen::nbThreads( );
|
n = Eigen::nbThreads( );
|
||||||
|
Loading…
Reference in New Issue
Block a user