Go to the source code of this file.
|
subroutine, public | algebra_set::merge_sorted_set (cpt, t, n, t1, n1, t2, n2) |
| t(1:cpt) = merge of the two arrays t1 and t2 of size n1 and n2 More...
|
|
subroutine, public | algebra_set::cap_sorted_set (cpt, t, n, t1, n1, t2, n2) |
| t(1:cpt) = t1(1:n1) \cap t2(1:n2) More...
|
|
subroutine, public | algebra_set::order_2 (t) |
| order an array of size 2 More...
|
|
subroutine, public | algebra_set::sort (t, n) |
| Sorts the array t of length N in ascending order by the straight insertion method. More...
|
|
subroutine, public | algebra_set::shellsort_dec (t, new_i, n) |
| Sort integer array : shell sort. More...
|
|
subroutine, public | algebra_set::circperm (E) |
| Circular permutation of an array of integer. More...
|
|