DCL:MATH£²:INTRLIB: Interpolation: Explanation of Subroutines
This subroutines interpolates floating-point values of both the floating-point and imaginary parts of elements in a complex array (zi), which are equivalent to the internal variable 'RMISS' handled by GLpGET/GLpSET (see MATH1). The interpolation is made to satisfy the condition of zi+1 = zczi (where zc is a complex constant).
CALL VCINTR(CX,N,JX)
CX (C) Complex array for interpolation. It is both the input and output parameter. N (I) The number of array elements in interpolation. JX (I) The interval of the array elements in interpolation.