1-d Interpolation using 1st and 2nd order Lagrange polynomials
| Type | Intent | Optional | 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 |