1. Home
  2. Browse
  3. cminpack

cminpack

v1.3.8#4Latest

A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Dependencies

See source

Version

v1.3.8#4

Publication

Supports

All

GitHub

devernay/cminpack

Homepage

devernay.free.fr/hacks/cminpack

Subtree

2549b40a94

License

Complex license

Definition

Manifest