Registered Member
|
I have tried to test a program of mine on Eigen (current dev branch, updated today). It does not compile, and I have narrowed it down to a complex matrix multiplication:
If I change MatrixXcf into MatrixXf then it compiles fine. This is what is used to compile:
The errors are:
I also get a long list of warnings:
|
Moderator
|
Complexes (aka std::complex) are not supported with CUDA simply because the STL is not compatible with CUDA.
|
Registered Member
|
OK, thankfully we can emulate complex matrix multiplication with real matrices.
For potential readers:
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]