From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- math/nlfit/doc/nlfit.hd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/nlfit/doc/nlfit.hd (limited to 'math/nlfit/doc/nlfit.hd') diff --git a/math/nlfit/doc/nlfit.hd b/math/nlfit/doc/nlfit.hd new file mode 100644 index 00000000..13bb3065 --- /dev/null +++ b/math/nlfit/doc/nlfit.hd @@ -0,0 +1,12 @@ +# Help directory for the NLFIT (non-linear least-squares fitting) package. + +$nlfit = "math$nlfit/" + +nlerrors hlp = nlerrors.hlp, src = nlfit$nlerrorsr.x +nleval hlp = nleval.hlp, src = nlfit$nlevalr.x +nlinit hlp = nlinit.hlp, src = nlfit$nlinitr.x +nlfit hlp = nlfit.hlp, src = nlfit$nlfitr.x +nlfree hlp = nlfree.hlp, src = nlfit$nlfreer.x +nlpget hlp = nlpget.hlp, src = nlfit$nlpgetr.x +nlstat hlp = nlstat.hlp, src = nlfit$nlstatr.x +nlvector hlp = nlvector.hlp, src = nlfit$nlvectorr.x -- cgit