Ticket #30327: scipy_complex.patch
File scipy_complex.patch, 989 bytes (added by howarth@…, 13 years ago) |
---|
-
scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c
old new 1 1 #include <vecLib/vecLib.h> 2 #include <complex.h> 2 3 3 4 #define WRAP_F77(a) a##_ 4 5 void WRAP_F77(veclib_cdotc)(const int *N, const complex float *X, const int *incX, -
scipy/lib/blas/fblaswrap_veclib_c.c.src
old new 1 1 #include <vecLib/vecLib.h> 2 #include <complex.h> 2 3 3 4 //#define WRAP_F77(a) wcblas_##a##_ 4 5 #define WRAP_F77(a) w##a##_ -
scipy/linalg/src/fblaswrap_veclib_c.c
old new 1 1 #include <vecLib/vecLib.h> 2 #include <complex.h> 2 3 3 4 //#define WRAP_F77(a) wcblas_##a##_ 4 5 #define WRAP_F77(a) w##a##_