blob: 6dd70262426a3ddfc5792b91fc30f14c181e5d8f (
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 asirestore Dec98 "Image Interpolator Package"
.ih
NAME
asirestore -- restore interpolant
.ih
SYNOPSIS
asirestore (asi, interpolant)
.nf
pointer asi #O interpolant descriptor
real interpolant[] #I array containing interpolant
.fi
.ih
ARGUMENTS
.ls asi
Pointer to the interpolant descriptor structure.
.le
.ls interpolant
Array containing the interpolant. The length of interpolant can be determined
by a call to ASIGETI.
.le
.nf
len_interpolant = asigeti (asi, II_ASINSAVE)
.fi
.ih
DESCRIPTION
ASIRESTORE allocates space for the interpolant descriptor and restores the
parameters and coefficients stored in the interpolant array to a structure
for use with ASIEVAL, ASIVECTOR, ASIDER and ASIGRL.
.ih
NOTES
.ih
SEE ALSO
asisave
.endhelp
|