spline Interface

public interface spline

Constructor for spline


Contents


Module Procedures

public function new_spline(x, y, tension) result(spl)

Populates a spline instance spl representing the non-periodic data y(x).

Arguments

Type IntentOptional Attributes Name
real, intent(in), dimension (:) :: x
real, intent(in), dimension (:) :: y
real, intent(in), optional :: tension

Return Value type(spline)