Do you use any C++ scientific library? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Do you use any C++ scientific library?

In a planet conquered by NumPy, is there any Armadillo, Blaze, uBLAS ecc. user out there?

17th Aug 2019, 5:18 PM
Paolo De Nictolis
Paolo De Nictolis - avatar
3 Answers
+ 1
What exaktly do you mean with "scientific" in this term? Are you searching for 'strong' mathematical library or something to for physic formulars? Can you give us a task example please? :)
17th Aug 2019, 8:45 PM
Tom Hammerbacher
Tom Hammerbacher - avatar
+ 1
Something like SciPy
17th Aug 2019, 9:08 PM
Paolo De Nictolis
Paolo De Nictolis - avatar
+ 1
I don't know good c++, librarys for this, but maybe this can help you: https://www.google.com/url?sa=i&source=web&cd=&ved=2ahUKEwj0pIXg6IrkAhUDL1AKHfscCcUQzPwBegQIARAC&url=https%3A%2F%2Fwww.reddit.com%2Fr%2Fcpp%2Fcomments%2F7korzo%2Fwhat_are_the_best_c_libraries_for_data_analysis%2F&psig=AOvVaw0iBqbnK8WRpCpK_BKEIUUc&ust=1566162674047281 And (i know this is not the focus of your question): maybe you should stay in python for SciPy-stuff and use an interface to convert your python solutions for c++. The main question is: Which benefits do you get when you switch to C++? :)
17th Aug 2019, 9:15 PM
Tom Hammerbacher
Tom Hammerbacher - avatar