spline_create Subroutine

public subroutine spline_create(x, y, s, yp1, ypn)

creates spline interpolation structure

Arguments

Type IntentOptional Attributes Name
real(kind=long), intent(in), dimension(:) :: x
real(kind=long), intent(in), dimension(:) :: y
type(spline), intent(out) :: s
real(kind=long), intent(in), optional :: yp1
real(kind=long), intent(in), optional :: ypn