aboutsummaryrefslogtreecommitdiff
path: root/math/iminterp/doc/asigeti.hlp
blob: 0e9d1964ec328a5e8f13b8de02d7452f4c15e23a (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 asigeti Dec98 asigeti.hlp
.ih
NAME
asigeti -- fetch an asi integer parameter
.ih
SYNOPSIS
include <math/iminterp.h>

value = asigeti (asi, param)

.nf
    pointer	asi		#I interpolant descriptor
    int		param		#I parameter
.fi
.ih
ARGUMENTS
.ls asi      
Pointer to the sequential interpolant descriptor structure.
.le
.ls param
The parameter to be fetched. The choices are: II_ASITYPE the interpolant
type, II_ASINSAVE the length of the saved coefficient array, and
II_ASINSINC the half-width of the sinc interpolant. The parameter
definitions are contained in the package header file math/iminterp.h.
.le
.ih
DESCRIPTION
ASIGETI is used to determine the size of the coefficient array that
must be allocated to save the sequential interpolant description structure,
and to fetch selected sequential interpolant parameters.
.ih
NOTES
.ih
SEE ALSO
asiinit, asisinit, asigetr
.endhelp