interp1d Function

public function interp1d(xq, x, y, order)

1-d Interpolation using 1st and 2nd order Lagrange polynomials

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: xq
real(kind=dp), intent(in), dimension(:) :: x
real(kind=dp), intent(in), dimension(:) :: y
integer, intent(in) :: order

Return Value real(kind=dp)