blob: 46a0935f8da0aaa015f1f3b7406d9d3fbe0338a3 (
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 gscopy Aug85 "Gsurfit Package"
.ih
NAME
gscopy -- copy a surface fit
.ih
SYNOPSIS
gscopy (sf1, sf2)
.nf
pointer sf1 # old surface descriptor
pointer sf2 # new surface descriptor
.fi
.ih
ARGUMENTS
.ls sf1
Pointer to the old surface descriptor structure.
.le
.ls sf2
Pointer to the new surface descriptor structure.
.le
.ih
DESCRIPTION
The surface fit and parameters are copied for later use by
GSEVAL or GSVECTOR.
.ih
NOTES
The matrices and vectors used by the numerical fitting routines are not
stored.
.ih
SEE ALSO
gsadd, gssub
.endhelp
|