Include for generic BLAS implementations without special treatment. More...
#include <lapacke.h>
#include <cblas.h>
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... | |
Include for generic BLAS implementations without special treatment.