Registered Member
|
Hi,
I have a program that can be successfully compiled with eigen 3.1.4 but it breaks with eigen 3.2 concerning coefficient-wise operation from array. Here is a minimal code:
When compiling with eigen 3.2 with compiler gcc 4.4.7 (default on centos 6.4), it gives the error message:
If I change the line into
then compilation goes fine. Compiling the code with g++ 4.8.1 gives the same kind of error. Does this mean that the expression I used in the error-yielding code is obsoleted (though the "Quick reference guide" says the expression is fine), or is this a bug? Thanks! |
Registered Member
|
We decided to move tan() and similar functions from the std namespace to the Eigen namespace, so you now have to write
Unfortunately, we forgot to update the quick reference guide. I'll take care of it straightaway. Thanks for bringing this to our attention. |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]