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> *"