Last change
on this file since 3678 was 3678, checked in by cmv, 16 years ago |
ajout routines template C++ pout trier, cmv 16/11/2009
|
File size:
292 bytes
|
Rev | Line | |
---|
[3678] | 1 | #ifndef NBTRIXX_H_SEEN
|
---|
| 2 | #define NBTRIXX_H_SEEN
|
---|
| 3 |
|
---|
| 4 | #include "machdefs.h"
|
---|
| 5 |
|
---|
| 6 | namespace SOPHYA {
|
---|
| 7 |
|
---|
| 8 | template <class T>
|
---|
| 9 | void TabSort(uint_4 n, T *arr_c);
|
---|
| 10 |
|
---|
| 11 | template <class T>
|
---|
| 12 | void TabSort2(uint_4 n, T *arr_c, T *brr_c);
|
---|
| 13 |
|
---|
| 14 | template <class T>
|
---|
| 15 | void TabSortInd(uint_4 n, T *arr_c, uint_4 *indx_c);
|
---|
| 16 |
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.