jacobwilliams / math77

Unofficial Mirror of the JPL MATH77 Library
http://www.netlib.org/math/
Other
8 stars 1 forks source link

Driver for NIST separable nonlinear least squares problem set #4

Open xecej4 opened 2 years ago

xecej4 commented 2 years ago

The source file compjplJ.f90 is a driver for solving the 27 nonlinear least squares problems that are presented at the NIST site

https://www.itl.nist.gov/div898/strd/nls/nls_main.shtml

using the MATH77 routine DNLSGU. This file is to be compiled and linked with the subroutine files

dnlsgu.f, divset.f, drnsg.f, drn2g.f, dq7rfh.f, idam.f, amach.f

of the MATH77 library from JPL.

To run one of the NIST problems, for example, Nelson, enter the command

echo Nelson.dat | ./compjplJ

The 27 data files and the driver source file can be obtained in a zip file:

https://drive.google.com/file/d/1TdcL_vTyPl3lmJD4Zanw7--7Zz1y_-vl/view?usp=sharing

Apology: I am not used to adding content to Github, so I am providing a link to a Zip file with the content that is suggested for addition to the math77 Github. [NISTNLS.zip]

OR, use the following attached file:

(https://github.com/jacobwilliams/math77/files/8111001/NISTNLS.zip)