The following rules are mandatory:
- All externally addressable symbols used in the code (eg, routine names,
global variables, etc) will be prefaced by the prefix ATLU_.
- All user-contributed include files will be found in
ATLAS/include/contrib.
The ATLAS team encourages:
- Using the standard BLAS names for operands (i.e., for GEMM, using
the names A, B, and C for the input matrices, for
GEMV, using the names A, X, and Y, etc.).
Clint Whaley
2012-07-10