aboutsummaryrefslogtreecommitdiff
path: root/math/curfit/doc/cvfree.hlp
blob: c486b306df3e0046ca0c9c6701f0ae0487dcaba3 (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
.help cvfree Jun84 "Curfit Package"
.ih
NAME
cvfree -- free the curve descriptor structure
.ih
SYNOPSIS
cvfree (cv)

.nf
pointer	cv	# curve descriptor
.fi
.ih
ARGUMENTS
.ls cv     
Pointer to the curve descriptor structure.
.le
.ih
DESCRIPTION
Frees the curve descriptor structure.
.ih
NOTES
CVFREE should be called after each curve fit.
.ih
SEE ALSO
cvinit
.endhelp