Contributions

Library
A concise C++17 implementation of automatic differentiation (operator overloading)
Library
A simple C++17 lib that helps you to quickly plot your data with GnuPlot
Article
This blog post proposes/suggests an approach to modelize the notion of mathematical function in C++17. This is an attempt to obtain two minimal classes (function and function with differential) of practical use to define interfaces of numerical algorithms such as nonlinear solvers or optimization procedures.
Library
Named Optional Arguments in C++17
Tutorial
Presents some not often covered aspects of the CRTP pattern, like type traits or multi-level inheritance.