Blaze 3.9
BLAS.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35
36//*************************************************************************************************
67#ifndef BLAZE_BLAS_MODE
68#define BLAZE_BLAS_MODE 0
69#endif
70//*************************************************************************************************
71
72
73//*************************************************************************************************
101#ifndef BLAZE_BLAS_IS_64BIT
102#define BLAZE_BLAS_IS_64BIT 0
103#endif
104//*************************************************************************************************
105
106
107//*************************************************************************************************
135#ifndef BLAZE_BLAS_IS_PARALLEL
136#define BLAZE_BLAS_IS_PARALLEL 0
137#endif
138//*************************************************************************************************
139
140
141//*************************************************************************************************
168#ifndef BLAZE_USE_BLAS_MATRIX_VECTOR_MULTIPLICATION
169#define BLAZE_USE_BLAS_MATRIX_VECTOR_MULTIPLICATION 0
170#endif
171//*************************************************************************************************
172
173
174//*************************************************************************************************
201#ifndef BLAZE_USE_BLAS_MATRIX_MATRIX_MULTIPLICATION
202#define BLAZE_USE_BLAS_MATRIX_MATRIX_MULTIPLICATION 1
203#endif
204//*************************************************************************************************
205
206
207//*************************************************************************************************
231#ifndef BLAZE_BLAS_INCLUDE_FILE
232#define BLAZE_BLAS_INCLUDE_FILE <cblas.h>
233#endif
234//*************************************************************************************************