A univariate function minimization routine based on cubic Lagrange interpolation.
Find a file
2023-03-18 10:28:17 +01:00
cpp Fixed CMakeLists.txt and removed old Makefile 2023-03-18 10:28:17 +01:00
python Minor improvement of python code. 2023-03-18 10:06:08 +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.