We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdc351 commit aa46f1eCopy full SHA for aa46f1e
lapack-netlib/LAPACKE/include/lapack.h
@@ -37,14 +37,7 @@
37
*/
38
39
#ifndef LAPACK_COMPLEX_CUSTOM
40
-#if defined(_MSC_VER)
41
- #define _CRT_USE_C_COMPLEX_H
42
- #include <complex.h>
43
- #define LAPACK_COMPLEX_CUSTOM
44
- #define lapack_complex_float _Fcomplex
45
- #define lapack_complex_double _Dcomplex
46
47
-#else
48
/* Complex type (single precision) */
49
#ifndef lapack_complex_float
50
#ifndef __cplusplus
@@ -81,7 +74,6 @@
81
74
#define lapack_complex_double_imag(z) (cimag(z))
82
75
#endif
83
76
84
-#endif
85
77
#endif /* LAPACK_COMPLEX_CUSTOM */
86
78
87
79
0 commit comments