xmolecule
Manual
Modules
Block Data
Procedures
Derived Types
Programs
spline_interpolate
Interface
Gnu General Public License V3
3 statements
interpolate
spline_interpolate
Contents
Module Procedures
spline_interpolate_one
spline_interpolate_vector
public interface spline_interpolate
spline interpolation
Module Procedures
private function spline_interpolate_one(s, x) result(y)
Arguments
Type
Intent
Optional
Attributes
Name
type(
spline
),
intent(in)
::
s
real(kind=long),
intent(in)
::
x
Return Value
real(kind=long)
private function spline_interpolate_vector(s, xx) result(yy)
Arguments
Type
Intent
Optional
Attributes
Name
type(
spline
),
intent(in)
::
s
real(kind=long),
intent(in)
::
xx
(:)
Return Value
real(kind=long), (size(xx))