format.h

Go to the documentation of this file.
00001 
00021 
00022 #if !defined(INC_OSKI_DENSE_FORMAT_H)
00023 
00024 #define INC_OSKI_DENSE_FORMAT_H
00025 
00026 #include <oski/common.h>
00027 #include <oski/matrix.h>
00028 
00029 #if defined(DO_NAME_MANGLING)
00030 
00033 #define oski_matDENSE_t     MANGLE_(oski_matDENSE_t)
00034 
00035 #endif
00036 
00040 typedef struct {
00041   oski_index_t lead_dim; 
00042   oski_value_t* val; 
00043 }
00044 oski_matDENSE_t;
00045 
00047 #endif
00048 
00049 /* eof */

Generated on Wed Sep 19 16:41:18 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6