blob: 84d352ee8ceecd89055fa676f81c062df1dc72ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
|