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

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

Adding compiled files

File size: 353 bytes
Line 
1#ifndef ATLAS_SR1_H
2#define ATLAS_SR1_H
3
4#define ATL_L1r1elts 5079
5#define ATL_r1MU 16
6#define ATL_r1NU 1
7
8#define ATL_GetPartR1(A_, lda_, mb_, nb_) \
9{ \
10   (mb_) = (ATL_L1r1elts - (ATL_r1NU+ATL_r1NU)) / (ATL_r1NU+ATL_r1NU+1); \
11   if ((mb_) > ATL_r1MU) (mb_) = ATL_r1MU*((mb_)/ATL_r1MU); \
12   else (mb_) = ATL_r1MU; \
13   (nb_) = ATL_r1NU; \
14}
15
16#endif
Note: See TracBrowser for help on using the repository browser.