mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-19 19:34:29 +08:00
Mention problems when using potentially throwing scalars and OpenMP
(cherry picked from commit 9022f5aa8aaf76cbe656050b78b74643fe95e9a5)
This commit is contained in:
parent
e91e5d8c87
commit
75f8b06e50
@ -49,6 +49,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
In the case your application is parallelized with OpenMP, you might want to disable Eigen's own parallization as detailed in the previous section.
|
In the case your application is parallelized with OpenMP, you might want to disable Eigen's own parallization as detailed in the previous section.
|
||||||
|
|
||||||
|
\warning Using OpenMP with custom scalar types that might throw exceptions can lead to unexpected behaviour in the event of throwing.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user