IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2008, 1:21:51 PM (19 years ago)
Author:
eugene
Message:

removing Press code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/data.h

    r16117 r16119  
    7373int PrintQueue (Queue *queue);
    7474
    75 /* in sort.c */
    76 void sort (double *value, int N);
    77 void fsort (float *value, int N);
    78 void sortpair (double *value1, double *value2, int N);
    79 void fsortpair (float *X, float *Y, int N);
    80 void sortthree (float *X, float *Y, float *Z, int N);
    81 void sort_lists (float *X, float *Y, int *S, int N);
    82 void dsort_lists (double *X, double *Y, int *S, int N);
    83 void isort_pair (int *X, int *Y, int N);
    84 
    8575/* in fft.c */
    8676void fft1D (float *dataRe, float *dataIm, int N, int Nbit, int forward);
     
    8878int IsBinary (int N, int *Nbit);
    8979
    90 /* in gaussj.c */
    91 int gaussj (double **a, int n, double **b, int m);
    92 int fgaussj (float **a, int n, float **b, int m);
     80/* in spline.c */
     81void spline_construct (float *x, float *y, int N, float *y2);
     82float spline_apply (float *x, float *y, float *y2, int N, float X);
    9383
    9484/* in svdcmp.c */
    9585int svdcmp (float *a, float *w, float *v, int Nx, int Ny);
    96 
    97 /* in spline.c */
    98 void spline (float *x, float *y, int N, float *y2);
    99 float splint (float *x, float *y, float *y2, int N, float X);
    10086
    10187/* mrqmin.c */
     
    139125void mrq2dfree (int Npar);
    140126
    141 /* powell.c */
    142 void powell (float *p, int Npar, float (func)() );
    143 
    144127/* gaussian.c */
    145128double gaussian (double x, double mean, double sigma);
Note: See TracChangeset for help on using the changeset viewer.