VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
pwl_interp1d
Function
31 statements
Source File
libMath_noBLAS.f90
libMath
pwl_interp1d
Contents
public function pwl_interp1d(x, y, q)
Piecewise linear 1d interpolation
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in),
dimension(:)
::
x
real(kind=dp),
intent(in),
dimension(:)
::
y
real(kind=dp),
intent(in)
::
q
Return Value
real(kind=dp)