DCL:MATH2:INTRLIB: Interpolation: Explanation of Subroutines
This subroutines interpolates the floating-point part of elements in a floating-point array (ri), which is equivalent to the internal variable 'RMISS' handled by GLpGET/GLpSET (see MATH1). The (linear) interpolation is made to satisfy he condition of ri+1 = ri + rc (where rc is a floating-point constant).
CALL VRINTR(RX,N,JX)
RX (R) Floating-point 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.