1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-12-21 00:24:29 +00:00

numerical derivative class with arbitrary improvement order and step auto-tuning

This commit is contained in:
2014-09-26 18:40:52 +01:00
parent 8ccc529776
commit 0fdd76b19d
6 changed files with 325 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#include <iomanip>
#include <iostream>
#include <iterator>
#include <limits>
#include <sstream>
#include <utility>
#include <cfloat>