forked from devernay/cminpack
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
15 lines (11 loc) · 689 Bytes
/
readme.txt
File metadata and controls
15 lines (11 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
====== readme for minpack ======
Minpack includes software for solving nonlinear equations and
nonlinear least 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.
This directory contains the double-precision versions.
Jorge More', Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.