lib	sminpack/ex
for	examples

file	sminpack/chkder.f
for	check gradients for consistency with functions

file	sminpack/dogleg.f
for	determine combination of gauss-newton and gradient directions

file	sminpack/dpmpar.f
for	provide double precision machine parameters

file	sminpack/enorm.f
for	calculate euclidean norm of vector

file	sminpack/fdjac1.f
for	calculate difference approximation to jacobian (nonlinear equations)

file	sminpack/fdjac2.f
for	calculate difference approximation to jacobian (least squares)

file	sminpack/hybrd.f
for	solve systems of nonlinear equations (approximate jacobian)

file	sminpack/hybrd1.f
for	easy-to-use driver for (sminpack/hybrd)

file	sminpack/hybrj.f
for	solve systems of nonlinear equations (analytic jacobian)

file	sminpack/hybrj1.f
for	easy-to-use driver for (sminpack/hybrj)

file	sminpack/lmder.f
for	solve nonlinear least squares problem (analytic jacobian)

file	sminpack/lmder1.f
for	easy-to-use driver for (sminpack/lmder)

file	sminpack/lmdif.f
for	solve nonlinear least squares problem (approximate jacobian)

file	sminpack/lmdif1.f
for	easy-to-use driver for (sminpack/lmdif)

file	sminpack/lmpar.f
for	determine levenberg-marquardt parameter

file	sminpack/lmstr.f
for	solve nonlinear least squares problem (storage conserving)

file	sminpack/lmstr1.f
for	easy-to-use driver for (sminpack/lmstr)

file	sminpack/qform.f
for	accumulate orthogonal matrix from QR factorization

file	sminpack/qrfac.f
for	compute QR factorization of rectangular matrix

file	sminpack/qrsolv.f
for	complete solution of least squares problem

file	sminpack/rwupdt.f
for	update QR factorization after row addition

file	sminpack/r1mpyq.f
for	apply orthogonal transformations from QR factorization

file	sminpack/r1updt.f
for	update QR factorization after rank-1 addition

file	sminpack/spmpar.f
for	provide single precision machine parameters

