arangeIntVector Function

public function arangeIntVector(start_val, stop_val, step, dtype) result(vec)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: start_val
integer(kind=int32), intent(in) :: stop_val
integer(kind=int32), intent(in) :: step
integer(kind=int32), intent(in) :: dtype

Return Value integer(kind=int32), allocatable, (:)