A univariate function minimization routine based on cubic Lagrange interpolation.
Find a file
2023-03-18 16:13:17 +01:00
cpp Robustified C++ version and added callback management. 2023-03-18 16:13:17 +01:00
python Optimized the polyfit4 function for the fixed interval [-pi/3 pi/3] in the python version 2023-03-18 14:46:11 +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.