Browse Source

revert addition of MSVC-compatible complex (moved to lapacke_config.h)

tags/v0.3.26
Martin Kroeker GitHub 1 year ago
parent
commit
aa46f1e4e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      lapack-netlib/LAPACKE/include/lapack.h

+ 0
- 8
lapack-netlib/LAPACKE/include/lapack.h View File

@@ -37,14 +37,7 @@
*/

#ifndef LAPACK_COMPLEX_CUSTOM
#if defined(_MSC_VER)
#define _CRT_USE_C_COMPLEX_H
#include <complex.h>
#define LAPACK_COMPLEX_CUSTOM
#define lapack_complex_float _Fcomplex
#define lapack_complex_double _Dcomplex

#else
/* Complex type (single precision) */
#ifndef lapack_complex_float
#ifndef __cplusplus
@@ -81,7 +74,6 @@
#define lapack_complex_double_imag(z) (cimag(z))
#endif

#endif
#endif /* LAPACK_COMPLEX_CUSTOM */




Loading…
Cancel
Save