minpack icon indicating copy to clipboard operation
minpack copied to clipboard

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems

Results 45 minpack issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixes #80 CMakefiles are based on `stdlib` project.

I'm getting some error in the C API when compiling using gfortran 12.3.0: ``` ././src/minpack_capi.f90:442:20: 442 | call lmstr1(wrap_fcn, m, n, x, fvec, fjac, ldfjac, tol, info, ipvt, wa, lwa)...

See: https://github.com/fortran-lang/minpack/pull/87/checks Need fixing: * [ ] gcc 10 no longer available? * [ ] update the action version numbers * [ ] `provision-with-micromamba` is deprecated Notes: * Can we...

CI

In the CI, we need to set `single-commit: true` in the `github-pages-deploy-action` so the `gh-pages` branch doesn't make the repo huge. We only need to keep the last commit for...

documentation
CI