![]() |
ScalES-PPM
|
establish whether an array is a permutation of another array or a range More...
Public Member Functions | |
pure logical function | is_permutation_of_range_i4 (a, r) |
establish whether one array of integers is a permutation of a range | |
pure logical function | is_permutation_of_array_i4 (a, b) |
establish whether one array of integers is a permutation of another | |
establish whether an array is a permutation of another array or a range
pure logical function ppm_combinatorics::is_permutation::is_permutation_of_array_i4 | ( | integer(i4), dimension(:), intent(in) | a, |
integer(i4), dimension(:), intent(in) | b ) |
establish whether one array of integers is a permutation of another
a | first array |
b | second array |
.TRUE. if a
is permutation of b
pure logical function ppm_combinatorics::is_permutation::is_permutation_of_range_i4 | ( | integer(i4), dimension(:), intent(in) | a, |
type(iinterval), intent(in) | r ) |
establish whether one array of integers is a permutation of a range
a | array |
r | range |
.TRUE. if a
is permutation of r
,
.FALSE. if not 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.