Toggle navigation
interpolation
Contents
Source File
Modules
Procedures
Derived Types
Source File
Modules
Procedures
Derived Types
interp1_t
Interface
MIT
3 statements
Source File
interpolation.f90
interpolation
interp1_t
Contents
Module Procedures
create_interp1_t
public interface interp1_t
Contents
Module Procedures
create_interp1_t
Module Procedures
private function create_interp1_t(x, y, method, extrap) result(i1)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=rkind),
intent(in)
::
x
(:)
real(kind=rkind),
intent(in)
::
y
(size(x))
character(len=*),
intent(in),
optional
::
method
character(len=*),
intent(in),
optional
::
extrap
Return Value
type(
interp1_t
)