Changeset 26891 for trunk/Ohana/src/opihi/include/data.h
- Timestamp:
- Feb 10, 2010, 7:24:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/data.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/data.h
r26258 r26891 89 89 int svdcmp (float *a, opihi_flt *w, float *v, int Nx, int Ny); 90 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); 93 91 94 /* mrqmin.c */ 92 95 opihi_flt mrqcof (opihi_flt *x, opihi_flt *y, opihi_flt *dy, int Npts, … … 162 165 void FreeBooks (void); 163 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 164 181 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
