File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ systems of equations with a banded Jacobian matrix, for least squares
1919problems with a large amount of data, and for checking the consistency
2020of the Jacobian matrix with the functions.
2121
22- Jorge More' , Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.
22+ Jorge Moré , Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.
2323
2424Documentation
2525-------------
@@ -44,9 +44,13 @@ default values for the rest (`easy-to-use driver`). Finally:
4444
4545* ``chkder ``: checks the consistency of the Jacobian matrix with the functions
4646
47- Detailed documentation for all these routines together with an example is given
48- in the file ``ex/file06 `` (for double precision). Ready to use examples of
49- usage are in the ``examples `` directory.
47+ More general documentation is given in
48+ the 1980 Argonne technical report written by the authors of Minpack,
49+ `Chapters 1-3 <http://www.mcs.anl.gov/~more/ANL8074a.pdf >`_.
50+ The `Chapter 4 <http://www.mcs.anl.gov/~more/ANL8074b.pdf >`_ (also available in
51+ the file ``ex/file06 ``) contains detailed documentation for all these routines
52+ together with an example of usage. Ready to use examples of usage are in the
53+ ``examples `` directory.
5054
5155Other files in the ``ex `` directory are original examples of usage of various
5256routines (single and double precision), but are not compiled by default.
You can’t perform that action at this time.
0 commit comments