A guest blog post by Karsten Ahnert at Meeting C++ as a follow up of his talk!
Ranges and Iterators for numerical problems
by Karsten Ahnert
From the article:
In this blog post I am going to show some ideas how one can implement numerical algorithms with ranges. Examples are the classical Newton algorithm for finding the root of a function and ordinary differential equations. The main idea is to put the main loop of the algorithm into range such that the user can...
Add a Comment
Comments are closed.