BLAS.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 //*************************************************************************************************
55 #define BLAZE_BLAS_MODE 0
56 //*************************************************************************************************
57 
58 
59 //*************************************************************************************************
74 #define BLAZE_USE_BLAS_MATRIX_VECTOR_MULTIPLICATION 0
75 //*************************************************************************************************
76 
77 
78 //*************************************************************************************************
93 #define BLAZE_USE_BLAS_MATRIX_MATRIX_MULTIPLICATION 1
94 //*************************************************************************************************
95 
96 
97 //*************************************************************************************************
113 #define BLAZE_BLAS_IS_PARALLEL 0
114 //*************************************************************************************************
115 
116 
117 //*************************************************************************************************
129 #define BLAZE_BLAS_INCLUDE_FILE <cblas.h>
130 //*************************************************************************************************