bin_t Interface

public interface bin_t

Functions

private elemental module function construct(num_items, num_bins, bin_number) result(bin)

the result is a bin associated with a range of item numbers

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: num_items
integer, intent(in) :: num_bins
integer, intent(in) :: bin_number

Return Value type(bin_t)