A univariate function minimization routine based on cubic Lagrange interpolation.
Find a file
2023-03-18 13:20:35 +01:00
cpp Fixed CMakeLists.txt and removed old Makefile 2023-03-18 10:28:17 +01:00
python Added callback function to python version and robustified the least-squares step. 2023-03-18 13:20:35 +01:00
.gitignore Fixed CMakeLists.txt and removed old Makefile 2023-03-18 10:28:17 +01:00
LICENSE Added licence and readme 2023-03-18 10:12:15 +01:00
README.md Added licence and readme 2023-03-18 10:12:15 +01:00

CubicLagrangeMinimize

A univariate function minimization routine based on cubic Lagrange interpolation.