A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems
Run the following Vcpkg command to install the port.
vcpkg install cminpack
cminpack provides CMake targets:
find_package(CMinpack CONFIG REQUIRED) target_link_libraries(main PRIVATE cminpack::cminpack) # alternative for single precision target_link_libraries(main PRIVATE cminpack::cminpacks) # alternative for long double precision target_link_libraries(main PRIVATE cminpack::cminpackld)
v1.3.8#4
May 30, 2023
All
devernay/cminpack150
devernay.free.fr/hacks/cminpack
2549b40a94
Complex license
Manifest