SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
All Classes Files Functions Variables Typedefs Macros
redist.h
Go to the documentation of this file.
1#ifdef T3D
2#define float double
3#endif
4#ifdef T3E
5#define float double
6#endif
7#ifdef CRAY
8#define float double
9#endif
10#ifndef Int
11#define Int int
12#endif