Solves nonlinear equations and nonlinear least squares problems
Solves nonlinear equations and nonlinear least squares problems
cminpack$ cminpack -function rosenbrock -method lm$ gcc myprogram.c -lcminpack -o myprogram && ./myprogram$ pkg-config --cflags --libs cminpack