cminpack

Solves nonlinear equations and nonlinear least squares problems

brewmacoslinux
Try with needOr install directly
Source

About

Solves nonlinear equations and nonlinear least squares problems

Commands

cminpack

Examples

Solve a nonlinear least squares problem using the library$ cminpack -function rosenbrock -method lm
Use cminpack in C/C++ code by linking against the library$ gcc myprogram.c -lcminpack -o myprogram && ./myprogram
Access cminpack header files for development$ pkg-config --cflags --libs cminpack