establish whether an array is a permutation of another array or a range
More...
establish whether an array is a permutation of another array or a range
◆ is_permutation_of_array_i4()
pure logical function ppm_combinatorics::is_permutation::is_permutation_of_array_i4 |
( |
integer(i4), dimension(:), intent(in) |
a, |
|
|
integer(i4), dimension(:), intent(in) |
b |
|
) |
| |
|
private |
establish whether one array of integers is a permutation of another
- Parameters
-
a | first array |
b | second array |
- Returns
.TRUE. if a
is permutation of b
◆ is_permutation_of_range_i4()
pure logical function ppm_combinatorics::is_permutation::is_permutation_of_range_i4 |
( |
integer(i4), dimension(:), intent(in) |
a, |
|
|
type(iinterval), intent(in) |
r |
|
) |
| |
|
private |
establish whether one array of integers is a permutation of a range
- Parameters
-
- Returns
.TRUE. if a
is permutation of r
,
.FALSE. if not
The documentation for this interface was generated from the following file:
Das diesem Bericht zugrundeliegende Vorhaben wurde mit Mitteln des Bundesministeriums für Bildung, und Forschung unter dem Förderkennzeichen 01IH08004E gefördert. Die Verantwortung für den Inhalt dieser Veröffentlichung liegt beim Autor.