source: proiecte/hpl/atlas_compiled/include/atlas/atlas_cmvS.h @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 387 bytes
Line 
1#ifndef ATLAS_MVS_H
2#define ATLAS_MVS_H
3
4#include "atlas_misc.h"
5
6#define ATL_mvSMU 4
7#define ATL_mvSNU 32
8#ifndef ATL_L1mvelts
9   #define ATL_L1mvelts ((3*ATL_L1elts)>>2)
10#endif
11#ifndef ATL_mvNNU
12   #include "atlas_cmvN.h"
13#endif
14#ifndef ATL_mvTNU
15   #include "atlas_cmvT.h"
16#endif
17#define ATL_GetPartSYMV(A_, lda_, mb_, nb_) \
18{ \
19   *(nb_) = ATL_mvSMU; \
20   *(mb_) = 192; \
21}
22
23#endif
Note: See TracBrowser for help on using the repository browser.