spline_complex Subroutine

public subroutine spline_complex(nmax, x, y, n, yp1, ypn, y2)

Complex version of spline_real

Arguments

Type IntentOptional Attributes Name
integer :: nmax
real(kind=dp), dimension(nmax) :: x
complex(kind=dp), dimension(nmax) :: y
integer :: n
complex(kind=dp) :: yp1
complex(kind=dp) :: ypn
complex(kind=dp), dimension(nmax) :: y2