Registered Member
|
Hello,
I'm new to Eigen. I want to use Eigen 3.3, because I need the rounding functionality for arrays. As an IDE I use Eclipse CDT. With Eigen 2.7 it works very well, but with Eigen 3.3, the Indexer does not work. For example here:
every line is marked with an error. The compiler stil works perfectly... It seems, like the Indexer does not see the includes. Does someone know how to fix that? |
Registered Member
|
If I copy the file "Array" from Eigen 2.7, then the issue seems partially solved (much less is unrecognized)...
It is somehow strange, the File "Array" is recognized as a header file, while the other files without endings are not. |
Registered Member
|
I found out, that this gets better, if I don't copy all the eigen headers into my project, but leave them in an other place on the file system and just specify them on the include path.
Then (at least in my test program) no errors are marked, but the content assist stil does not work. |
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft