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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user