interpolate_array_cx Function

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

Complex version of interpolate_array_re.

Arguments

Type IntentOptional AttributesName
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

Interpolation domain p

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

Interpolation result y(p)


Contents

None