Is there a program developed in Fortran to allow interpolation (or extrapolation calculus) of variables involving complex numbers (z = x + i y) ...
In fact, I have a set of complex numbers, each value (real and imaginary) corresponding to a given integer harmonic order for example: harmonic order 1, value (a + i b), ..., harmonic order 10, value (c + i d) and so on, for 25 integers harmonic orders and corresponding complexes values...
Is there a Fortran program that allow me to interpolate or extrapolate the values for any orders of integer harmonics?