cminpackv1.3.14
- Updated
A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems
- Project website: http://devernay.free.fr/hacks/cminpack/
#Usage
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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
#Host Tool For
No ports use this.
#Contributors
Angus Comrie
Billy O'Neal
Kai Pastor
MonicaLiu
SunBlack
xiaozhuai