aboutsummaryrefslogtreecommitdiff
path: root/math/cminpack/files
Commit message (Collapse)AuthorAgeFilesLines
* Update math/cminpack to 1.3.6Kirill Ponomarev2017-03-022-16/+4
| | | | | | | | | | PR: 217366 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9813 Notes: svn path=/head/; revision=435243
* Minpack includes software for solving nonlinear equations and nonlinear leastPawel Pekala2015-02-232-0/+22
squares problems. Five algorithmic paths each include a core subroutine and an easy-to-use driver. The algorithms proceed either from an analytic specification of the Jacobian matrix or directly from the problem functions. The paths include facilities for systems of equations with a banded Jacobian matrix, for least squares problems with a large amount of data, and for checking the consistency of the Jacobian matrix with the functions WWW: http://devernay.free.fr/hacks/cminpack/ PR: 196697 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> Notes: svn path=/head/; revision=379703