如何使用 Blas 将实数矩阵与复数向量相乘?当我使用 ccsrgemv() 之类的函数时,会出现类型不匹配错误?
error: argument of type "float *" is incompatible with parameter of type "std::complex<float> *"
如何使用 Blas 将实数矩阵与复数向量相乘?当我使用 ccsrgemv() 之类的函数时,会出现类型不匹配错误?
error: argument of type "float *" is incompatible with parameter of type "std::complex<float> *"