Skip to Content

cminpack v1.3.8

Created
Updated

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

# 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) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Angus Comrie's avatar Angus Comrie
  • Billy O'Neal's avatar Billy O'Neal
  • Kai Pastor's avatar Kai Pastor
  • MonicaLiu's avatar MonicaLiu

# Changelog

  • 2549b40 [cminpack] Fix dllexport and pc files (#31667)
  • 81f6bf1 [baseline][cminpack] Disable USE_BLAS (#30460)
  • 488875e [cminpack] Fix exported config, add usage (#30141)
  • 0556cfd [cminpack] Install to the correct location. (#21047)
  • a4548b2 [cminpack] add new port (#20772)

# Source