diff options
Diffstat (limited to 'math/curfit/doc/cvrestore.hlp')
-rw-r--r-- | math/curfit/doc/cvrestore.hlp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/math/curfit/doc/cvrestore.hlp b/math/curfit/doc/cvrestore.hlp new file mode 100644 index 00000000..84d352ee --- /dev/null +++ b/math/curfit/doc/cvrestore.hlp @@ -0,0 +1,32 @@ +.help cvrestore Aug84 "Curfit Package" +.ih +NAME +cvrestore -- restore fit parameters +.ih +SYNOPSIS +cvrestore (cv, fit) + +.nf +pointer cv # pointer to curve descriptor +real fit[] # array containing curve parameters +.fi +.ih +ARGUMENTS +.ls cv +Pointer to curve descriptor structure. Returned by CVRESTORE. +.le +.ls fit +Array containing the curve parameters. Must have at least 7 + order +elements, where order is the parameter set in CVINIT. +.le +.ih +DESCRIPTION +CVRESTORE returns oldcv the pointer to the curve descriptor and +stores the curve parameters in fit in the structure ready for +use by cveval or cvvector. +.ih +NOTES +.ih +SEE ALSO +cvsave +.endhelp |