aboutsummaryrefslogtreecommitdiff
path: root/math/iminterp/doc/msirestore.hlp
blob: 664c9b50eaa0ea0e54a37cfc8c34f7b8f3b4a3e9 (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
33
34
35
36
.help msirestore Dec98 "Image Interpolator Package"
.ih
NAME
msirestore -- restore interpolant
.ih
SYNOPSIS
msirestore (msi, interpolant)

.nf
    pointer	msi		#U interpolant descriptor
    real	interpolant[]	#I array containing interpolant
.fi
.ih
ARGUMENTS
.ls msi   
Pointer to the interpolant descriptor structure.
.le
.ls interpolant
Array containing the interpolant. The amount of space required by interpolant
can be determined by a call to msigeti.
.le

.nf
	    len_interpolant = msigeti (msi, II_MSINSAVE)
.fi
.ih
DESCRIPTION
MSIRESTORE allocates space for the interpolant descriptor and restores the
parameters and coefficients stored in the interpolant array to the
interpolant structure for use by MSIEVAL, MSIVECTOR, MSIDER and MSIGRL.
.ih
NOTES
.ih
SEE ALSO
msisave
.endhelp