-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make error ! #1
Comments
@daxiong-123 |
Hello, I have met the same problem. Did you fix it? |
@HerB1998 The error is coming from minus operation between an Eigen Vector( I dont remember much of the codebase, but it looks almost valid. There might be a gotcha where I might have introduced a bug by trying to subtract a double from an int vector, but I believe this should be supported. If not, you might have to convert Apologies, but it has been years since I worked on this, can barely recall. |
Hi, I compile your code and it turns out that
Seem like type m_gridSize.array() and double can't do minus operation.
Using Eigen 3.3.4 on ubuntu 18.04.
I also don't find overloaded operator in ArrayWrapper. How can I solve this problem, thanks.
The text was updated successfully, but these errors were encountered: