BLAS.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 //*************************************************************************************************
63 #ifndef BLAZE_BLAS_MODE
64 #define BLAZE_BLAS_MODE 0
65 #endif
66 //*************************************************************************************************
67 
68 
69 //*************************************************************************************************
92 #ifndef BLAZE_USE_BLAS_MATRIX_VECTOR_MULTIPLICATION
93 #define BLAZE_USE_BLAS_MATRIX_VECTOR_MULTIPLICATION 0
94 #endif
95 //*************************************************************************************************
96 
97 
98 //*************************************************************************************************
121 #ifndef BLAZE_USE_BLAS_MATRIX_MATRIX_MULTIPLICATION
122 #define BLAZE_USE_BLAS_MATRIX_MATRIX_MULTIPLICATION 1
123 #endif
124 //*************************************************************************************************
125 
126 
127 //*************************************************************************************************
151 #ifndef BLAZE_BLAS_IS_PARALLEL
152 #define BLAZE_BLAS_IS_PARALLEL 0
153 #endif
154 //*************************************************************************************************
155 
156 
157 //*************************************************************************************************
177 #ifndef BLAZE_BLAS_INCLUDE_FILE
178 #define BLAZE_BLAS_INCLUDE_FILE <cblas.h>
179 #endif
180 //*************************************************************************************************