interp_routine Interface

interface
public function interp_routine(this, x) result(rst)

Arguments

Type IntentOptional Attributes Name
class(base_interpolator), intent(inout) :: this

The base_interpolator object.

real(kind=real64), intent(in) :: x

The value at which to compute the interpolation.

Return Value real(kind=real64)

The interpolated result.

Description

Performs a single interpolation.