A univariate function minimization routine based on cubic Lagrange interpolation.
Find a file
2023-03-18 10:12:15 +01:00
cpp Initial commit. Python and C++ version using Eigen. 2023-03-17 20:29:20 +01:00
python Minor improvement of python code. 2023-03-18 10:06:08 +01:00
.gitignore Minor improvement of python code. 2023-03-18 10:06:08 +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.