aboutsummaryrefslogtreecommitdiff
path: root/math/curfit/doc/cvcoeff.hlp
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/curfit/doc/cvcoeff.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'math/curfit/doc/cvcoeff.hlp')
-rw-r--r--math/curfit/doc/cvcoeff.hlp36
1 files changed, 36 insertions, 0 deletions
diff --git a/math/curfit/doc/cvcoeff.hlp b/math/curfit/doc/cvcoeff.hlp
new file mode 100644
index 00000000..6467cd60
--- /dev/null
+++ b/math/curfit/doc/cvcoeff.hlp
@@ -0,0 +1,36 @@
+.help cvcoeff Jun84 "Curfit Package"
+.ih
+NAME
+cvcoeff -- get the number and values of the coefficients
+.ih
+SYNOPSIS
+cvcoeff (cv, coeff, ncoeff)
+
+.nf
+pointer cv # curve descriptor
+real coeff[] # the coefficient array
+int ncoeff # the number of coefficients
+.fi
+.ih
+ARGUMENTS
+.ls pointer
+Pointer to the curve descriptor.
+.le
+.ls coeff
+Array of coefficients.
+.le
+.ls ncoeff
+The number of coefficients.
+.le
+.ih
+DESCRIPTION
+CVCOEFF fetches the coefficient array and the number of coefficients from the
+curve descriptor structure.
+.ih
+NOTES
+The variable ncoeff is only equal to the order specified in CVINIT if the
+curve_type is LEGENDRE or CHEBYSHEV. If curve_type is SPLINE3 then
+ncoeff = order + 3. If curve_type is SPLINE1 then ncoeff = order + 1.
+.ih
+SEE ALSO
+.endhelp