fortran-lang / minpack

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems
https://fortran-lang.github.io/minpack/
Other
96 stars 20 forks source link

C Interface #15

Closed jacobwilliams closed 2 years ago

jacobwilliams commented 2 years ago

Use iso_c_binding to make a C-style interface to the routines now in a module. See also #14.

jacobwilliams commented 2 years ago

Aside: https://github.com/devernay/cminpack. Something else that can be studied.

Our goal should be to show a better way, that doesn't involved converting everything to C/C++.