basis_1D Interface

public interface basis_1D

Contents


Functions

public pure function basis_1D(x, alpha, dx) result(y)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:):: x
real(kind=wp), intent(in), dimension(:):: alpha
integer, intent(in) :: dx

Return Value real(kind=wp), dimension(:), allocatable