massspec/float_array_search.h
00001 #ifndef _FLOAT_ARRAY_SEARCH_H_
00002 #define _FLOAT_ARRAY_SEARCH_H_
00003
00004
00005
00006
00007
00008
00009 int FloatArray_divideForLeftIndex (float A[], int* l, int* r, float p);
00010 int FloatArray_divideForRightIndex (float A[], int* l, int* r, float p);
00011 int FloatArray_divideForClosestIndex(float A[], int* l, int* r, float p);
00012 int FloatArray_getIndicesWithinInterval(int *i, int *j, float A[], int start, int stop, float p, float q);
00013 void FloatArray_getIndexClosestToValue (int *i, float A[], int start, int stop, float p);
00014
00015
00016 #endif
00017
Generated on Sun Feb 13 01:05:57 2005 for MapQuant by
1.3.7