interpolate_array_cx Function

public function interpolate_array_cx(x, y, p) result(r)

Complex version of interpolate_array_re.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:) :: x

Variable x

complex(kind=wp), intent(in), dimension(size(x)) :: y

Function y(x)

real(kind=wp), intent(in), dimension(:) :: p

Point array p

Return Value complex(kind=wp), dimension(size(p))

Interpolation y(p)