xmolecule
Manual
Modules
Block Data
Procedures
Derived Types
Programs
linear_create
Function
Gnu General Public License V3
11 statements
interpolate
linear_create
Contents
public function linear_create(x, y) result(l)
creates linear interpolation structure
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=long),
intent(in),
dimension(:)
::
x
real(kind=long),
intent(in),
dimension(:)
::
y
Return Value
type(
linear
)