Ranges and Iterators for numerical problems
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...

While we wait for CppCon 2015 in September, we’re featuring videos of some of the 100+ talks from CppCon 2014. Here is today’s feature:
There was a lot of interest for the
A new article of interest for library developers: