piecewise1D Interface

public interface piecewise1D

Module Procedures

public function init_piecewise1D(array) result(res)

initalise the piecewise1D type with an array size (n, 2). Calculates the CDF of this array. Input array

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: array(:,:)

Return Value type(piecewise1D)