![]() Registered Member ![]()
|
Hi everyone,
I found the .sum() method crashed with either complex sparse vector or matrix, has anyone encountered with it? Yan |
![]() Registered Member ![]()
|
I debug it in vs2013, and the program crashed pointing this line:
template<> EIGEN_STRONG_INLINE Packet2d pload<Packet2d>(const double* from) { EIGEN_DEBUG_ALIGNED_LOAD return _mm_load_pd(from); } which is inside of file 'Eigen\src\Core\arch\SSE\PacketMath.h' |
![]() Registered Member ![]()
|
The test code is as follow:
|
![]() Moderator ![]()
|
What about the following patch:
|
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell, Yahoo [Bot]