stella
Manual
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
spline
Derived Type
4 statements
Source File
spl.f90
splines
spline
Contents
Variables
n
x
y
y2
type, public :: spline
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
n
real,
public,
dimension(:), pointer
::
x
real,
public,
dimension(:), pointer
::
y
real,
public,
dimension(:), pointer
::
y2