 |
SuperSCS
1.3.2
|
Go to the documentation of this file.
28 #ifndef SCS_BLAS_H_GUARD
29 #define SCS_BLAS_H_GUARD
31 #ifdef LAPACK_LIB_FOUND
43 #if defined(NOBLASSUFFIX) && NOBLASSUFFIX > 0
53 #define stitch_(pre, x, post) pre##x##post
54 #define stitch__(pre, x, post) stitch_(pre, x, post)
57 #define BLAS(x) stitch__(d, x, BLASSUFFIX)
59 #define BLAS(x) stitch__(s, x, BLASSUFFIX)
64 #ifdef MATLAB_MEX_FILE
65 typedef ptrdiff_t blasint;
68 typedef int64_t blasint;