Main Page | Data Structures | Directories | File List | Globals

mqint_matrix.h

Go to the documentation of this file.
00001 #ifndef _MQINT_MATRIX_H_
00002 #define _MQINT_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 "mqbasic.lib" 
00007 */
00008 
00018 int** MQIntMatrix_create(int nrows, int ncols);
00019 
00020 void MQIntMatrix_fprint(FILE* fp, int** m,    long nr1, long nr2, 
00021                                             long nc1, long nc2);
00022 
00023 
00024 void MQIntMatrix_print(int** m, long dim1, long dim2);
00025 void MQIntMatrix_init(int** m, long dim1, long dim2);
00026 
00027 void MQIntMatrix_fprintTriangular(FILE* fp, int** m, long nr1, long nr2, 
00028                                                    long nc1, long nc2);
00029 
00030 void MQIntMatrix_destroy(int** matrix);
00031 
00032 #endif

Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4