Mention problems when using potentially throwing scalars and OpenMP

This commit is contained in:
David Tellenbach 2020-10-09 17:04:25 +02:00
parent d199c17b14
commit 9022f5aa8a

View File

@ -61,6 +61,7 @@ For thread-safe random generator, we recommend the use of c++11 random generator
In the case your application is parallelized with OpenMP, you might want to disable %Eigen's own parallelization 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.
*/
}