Back to projects

2020Archived

Numerical Analysis in C++

Is C++ actually worth it over Python here?

  • Misc

The premise was a question rather than a conclusion: for root-finding on non-linear equations, does dropping to C++ pay for the cost of writing C++? Implementing the same methods twice and measuring is a more honest answer than assuming.