format.h

Go to the documentation of this file.
00001 
00015 #if !defined(INC_OSKI_TRIPART_FORMAT_H)
00016 
00017 #define INC_OSKI_TRIPART_FORMAT_H
00018 
00019 #include <oski/common.h>
00020 #include <oski/matrix.h>
00021 
00022 #if defined(DO_NAME_MANGLING)
00023 
00025 
00027 #define oski_matTRIPART_t  MANGLE_(oski_matTRIPART_t)
00028 
00030 #endif
00031 
00038 typedef struct tagBebop_matTRIPART_t
00039 {
00040   int has_unit_diag_implicit;        
00042   oski_matrix_t T1;
00043   oski_matrix_t T2;
00044   oski_matrix_t T_dense;
00045 
00047   char *mod_name;
00048 }
00049 oski_matTRIPART_t;
00050 
00051 #endif
00052 
00053 /* eof */

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