} MKL_Complex16; ^../include/mkl_types.h(43): warning #64: declaration does not declare anything } MKL_Complex16;why this happens? This is the solution from MKL's user guide. Thanks for you help.Regards,D. Translate 0 Kudos Reply All forum topics Previous topic Next topic 1 Reply...
问将英特尔MKL双数组与MKL_Complex16数组(和exp)相乘?EN版权声明:本文内容由互联网用户自发贡献,该文...
//array<MKL_Complex16> u(n); //array<MKL_Complex16> v(n); array< std::complex<double> > u(n); array< std::complex<double> > v(n); vdCos(x.n,x.x,y.x); vzCIS(u.n,u.x,v.x); return 0;} I compiled with icpc -mkl file.cpp and icpc gave me error: argument of typ...
Hi, Is it possible to use the MKL_Complex16 data type instead of the _Complex data type when using the Intel DFT? Thanks, Tadhg