Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
spline
Interface
8 statements
Source File
special_fun_modules.f90
nr
spline
Contents
None
interface
public subroutine spline(x, y, yp1, ypn, y2)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:)
::
x
real(kind=SP),
intent(in),
DIMENSION(:)
::
y
real(kind=SP),
intent(in)
::
yp1
real(kind=SP),
intent(in)
::
ypn
real(kind=SP),
intent(out),
DIMENSION(:)
::
y2