linear_create Function

public function linear_create(x, y) result(l)

creates linear interpolation structure

Arguments

Type IntentOptional Attributes Name
real(kind=long), intent(in), dimension(:) :: x
real(kind=long), intent(in), dimension(:) :: y

Return Value type(linear)