splint_complex Subroutine

public subroutine splint_complex(xa, ya, y2a, n, x, y, yderiv)

Complex version of splint_real.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), dimension(*) :: xa
complex(kind=dp), dimension(*) :: ya
complex(kind=dp), dimension(*) :: y2a
integer :: n
real(kind=dp) :: x
complex(kind=dp) :: y
complex(kind=dp) :: yderiv