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

massspec/float_matrix.h

00001 #ifndef _FLOAT_MATRIX_H_ 00002 #define _FLOAT_MATRIX_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 void FloatMatrix_fprintf(FILE* fp, float** m, long nr1, long nr2, 00010 long nc1, long nc2, 00011 int sigfigs, int decimals); 00012 00013 void FloatMatrix_fprintfTriangular(FILE* fp, float** m, long nr1, long nr2, 00014 long nc1, long nc2, 00015 int sigfigs, int decimals); 00016 00017 00018 00019 00020 float** FloatMatrix_createOnes(long nrl, long nrh, long ncl, long nch); 00021 00022 void FloatMatrix_findMaxMin(float** matrix, int nRows, int nColumns, float* max, float* min); 00023 00024 #endif 00025

Generated on Sun Feb 13 01:05:57 2005 for MapQuant by doxygen 1.3.7