Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Numerical/Optimization Library needed

richwin
Beginner
151 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
151 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.
Reply