odeint-v2
odeint-v2 copied to clipboard
ODEINT Controlled Steppers do not work with complex thrust device vectors as state type.
I found that the controlled steppers of ODEINT are not working when the state_type is a thrust::device_vector<thrust::complex
I solved it by recasting the vector into thrust::device_vector
Hi Anates,
Thanks for your reply. As far as I understand from your reply that you convert the device_vector of thrust::complex to the device_vector of
Thanks a lot!
Yes, more or less like that. Before entering the boost::odeint-function I recasted it into a