Main Page | Modules | Data Structures | File List | Data Fields | Globals

massspec/float_array_search.h

00001 #ifndef _FLOAT_ARRAY_SEARCH_H_ 00002 #define _FLOAT_ARRAY_SEARCH_H_ 00003 00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University 00005 Release Date: 2004-11-01 00006 Part of the MapQuant suite library "massspec.lib" 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 doxygen 1.3.7