arange Interface

public interface arange

Contents


Module Procedures

public function arangeRealVector(size1, stop_val, step) result(vector)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: size1
integer(kind=int32), intent(in), optional :: stop_val
integer(kind=int32), intent(in), optional :: step

Return Value real(kind=real64), allocatable, (:)