You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having a return type of Eigen::Matrix, integrateODE should simply return a device pointer, that can be dereferenced in the main-function, copied into host memory and then printed.
Instead of having a return type of Eigen::Matrix, integrateODE should simply return a device pointer, that can be dereferenced in the main-function, copied into host memory and then printed.