3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-30 00:44:34 +02:00
dft_tools/c/plovasp/atm/argsort.h

8 lines
181 B
C
Raw Normal View History

#ifndef __ARGSORT_H__
#define __ARGSORT_H__
void argsort(double *arr, int *inds, double **ptrs, const int n);
void iargsort(int *iarr, int *inds, int **ptrs, const int n);
#endif