Changeset 27838 for branches/tap_branches/Ohana/src/opihi/include/data.h
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/opihi/include/data.h
r21153 r27838 77 77 /* in fft.c */ 78 78 void fft1D (float *dataRe, float *dataIm, int N, int Nbit, int forward); 79 int fftND (float *dataRe, float *dataIm, int Ndim, int *Nsize, int forward);79 int fftND (float *dataRe, float *dataIm, int Ndim, off_t *Nsize, int forward); 80 80 void dfft1D (double *dataRe, double *dataIm, int N, int Nbit, int forward); 81 81 int dfftND (double *dataRe, double *dataIm, int Ndim, int *Nsize, int forward); … … 88 88 /* in svdcmp.c */ 89 89 int svdcmp (float *a, opihi_flt *w, float *v, int Nx, int Ny); 90 91 /* in svdcmp_bond_raw.c */ 92 int svdcmp_bond_raw(int m, int n, int withu, int withv, double eps, double tol, double **a, double *q, double **u, double **v); 90 93 91 94 /* mrqmin.c */ … … 143 146 double get_epoch (char *in_epoch, char mode); 144 147 148 int SetGridScales (double *major, double *minor, double range); 149 145 150 /* graphtools.c */ 146 151 void SetLimits PROTO((Vector *xvec, Vector *yvec, Graphdata *graphmode)); … … 160 165 void FreeBooks (void); 161 166 167 /* hermitian functions */ 168 double hermitian_polynomial (double x, int order); 169 double hermitian_00(double x); 170 double hermitian_01(double x); 171 double hermitian_02(double x); 172 double hermitian_03(double x); 173 double hermitian_04(double x); 174 double hermitian_05(double x); 175 double hermitian_06(double x); 176 double hermitian_07(double x); 177 double hermitian_08(double x); 178 double hermitian_09(double x); 179 double hermitian_10(double x); 180 162 181 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
