linspace Interface

public interface linspace

Contents


Subroutines

private pure module subroutine linspace_dp(X, from, to)

Arguments

Type IntentOptional AttributesName
real(kind=dp), intent(out) :: X(:)
real(kind=dp), intent(in) :: from
real(kind=dp), intent(in) :: to

private pure module subroutine linspace_sp(X, from, to)

Arguments

Type IntentOptional AttributesName
real(kind=sp), intent(out) :: X(:)
real(kind=sp), intent(in) :: from
real(kind=sp), intent(in) :: to