SyTen
genblas_include.h File Reference

Include for generic BLAS implementations without special treatment. More...

#include <lapacke.h>
#include <cblas.h>
+ Include dependency graph for genblas_include.h:
+ This graph shows which files directly or indirectly include this file:

Macros

#define lapack_complex_double   std::complex<double>
 The complex double type to be used by LAPACKE. More...
 
#define lapack_complex_float   std::complex<float>
 The complex float type to be used by LAPACKE. More...
 
#define SYTEN_BLAS_THREADS_DISABLE   do { } while(0)
 Disables BLAS threading if possible, used when setting SYTEN_NO_THREADS. More...
 
#define SYTEN_BLAS_THREADS_SETUP   do { } while(0)
 Sets up BLAS threading. More...
 
#define SYTEN_BLAS_THREADS_TEARDOWN   do { } while(0)
 Clears up BLAS threading. More...
 
#define SYTEN_INFO_BLAS   "Generic"
 Information on the type of BLAS implementation used. More...
 

Detailed Description

Include for generic BLAS implementations without special treatment.