devernay / cminpack

A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems
http://devernay.free.fr/hacks/cminpack/
145 stars 63 forks source link

Support CBLAS & LAPACK + single-precision. #40

Closed anntzer closed 4 years ago

anntzer commented 4 years ago

This switches all calls to cblas/lapack functions to use a __cminpack_{cblas,lapack}__ macro to select the function with the right precision.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 94.105% when pulling 11928e8e487d0b61bd8e323721eca5ae36687a08 on anntzer:singlecblaslapack into 56088f9bf6c22131763781f8526795d96ff6b50c on devernay:master.