typedef_elem.hpp (armadillo-10.8.2.tar.xz) | : | typedef_elem.hpp (armadillo-11.0.0.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 114 | skipping to change at line 114 | |||
#elif defined(ARMA_BLAS_LONG) | #elif defined(ARMA_BLAS_LONG) | |||
typedef long blas_int; | typedef long blas_int; | |||
#define ARMA_MAX_BLAS_INT 0x7fffffffffffffffUL | #define ARMA_MAX_BLAS_INT 0x7fffffffffffffffUL | |||
#else | #else | |||
typedef int blas_int; | typedef int blas_int; | |||
#define ARMA_MAX_BLAS_INT 0x7fffffffU | #define ARMA_MAX_BLAS_INT 0x7fffffffU | |||
#endif | #endif | |||
// | // | |||
#ifdef ARMA_USE_MKL_TYPES | #if defined(ARMA_USE_MKL_TYPES) | |||
// for compatibility with MKL | // for compatibility with MKL | |||
typedef MKL_Complex8 blas_cxf; | typedef MKL_Complex8 blas_cxf; | |||
typedef MKL_Complex16 blas_cxd; | typedef MKL_Complex16 blas_cxd; | |||
#else | #else | |||
// standard BLAS and LAPACK prototypes use "void*" pointers for complex arrays | // standard BLAS and LAPACK prototypes use "void*" pointers for complex arrays | |||
typedef void blas_cxf; | typedef void blas_cxf; | |||
typedef void blas_cxd; | typedef void blas_cxd; | |||
#endif | #endif | |||
// | // | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |