00001
00002
00003
00004
00005 #ifndef NPS_GEMV_H
00006 #define NPS_GEMV_H
00007 #if !defined BUILDING_NPS_GEMV && !defined NPS_SMALL
00008 # define NPS_GEMV_LKG static inline
00009 #else
00010 # define NPS_GEMV_LKG
00011 #endif
00012 NPS_GEMV_LKG double nps_blas_gemv(char transpose,
00013
00014 #endif
00015