ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
mymath.h
Go to the documentation of this file.
1#ifndef MYMATH_H
2#define MYMATH_H
3
4namespace ModuleBase
5{
6void heapsort(int n, double *r, int *ind);
7void heapAjust(double r[], int ind[], int s, int m);//not be used now!
8void hpsort(int n, double *ra, int *ind);
9}
10
11#endif // MYMATH_H
12
13
Definition array_pool.h:6
void heapsort(const int n, double *r, int *ind)
Definition mymath.cpp:36
void heapAjust(double *r, int *ind, int s, int m)
Definition mymath.cpp:8
void hpsort(int n, double *ra, int *ind)
Definition mymath.cpp:90