1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01: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

@ -31,6 +31,7 @@ libLatAnalyze_la_SOURCES = \
Chi2Function.cpp \
CompiledFunction.cpp \
CompiledModel.cpp \
Derivative.cpp \
Exceptions.cpp \
File.cpp \
FitInterface.cpp \
@ -62,6 +63,7 @@ libLatAnalyze_la_HEADERS = \
CompiledFunction.hpp \
CompiledModel.hpp \
Dataset.hpp \
Derivative.hpp \
Exceptions.hpp \
FitInterface.hpp \
Function.hpp \