Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Numerical/Optimization Library needed

richwin
Beginner
246 Views
Hi all,

does anyone know of a good open source c++ numerical and optimization library, with parallelization implemented?

Best regards
Matthias
0 Kudos
1 Reply
ninhngt
Beginner
246 Views
Quoting - richwin
Hi all,

does anyone know of a good open source c++ numerical and optimization library, with parallelization implemented?

Best regards
Matthias

As far as I know, Intel MKL is multi-threaded using OpenMP. For open source C++, I haven't met a numerical library with parallelization. Some open libraries such as eigen or MTL 4 implement some SSE2 but not multi-threaded.
0 Kudos
Reply