diff options
Diffstat (limited to 'math/iminterp/doc/msirestore.hlp')
-rw-r--r-- | math/iminterp/doc/msirestore.hlp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/math/iminterp/doc/msirestore.hlp b/math/iminterp/doc/msirestore.hlp new file mode 100644 index 00000000..664c9b50 --- /dev/null +++ b/math/iminterp/doc/msirestore.hlp @@ -0,0 +1,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 |