Re: [eigen] Segfault in test matrixExponential_2 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
2009/11/14 Jitse Niesen <jitse@xxxxxxxxxxxxxxxxx>:
I'm trying to understand a segmentation fault in the
matrixExponential_2 test in unsupported/test. Unfortunately, it's
rather sensitive: when I start removing code in an attempt to get a
minimal test example, the segmentation fault disappears, even though
the code has nothing to do with it.
A short update: I spent some very frustrating hours on this without much
progress in the weekend, so I decided to give up. However, the error has
disappeared due to a revision by Benoit yesterday, in which he adds
LinearTraversal (non-vectorized index-based traversal): 3a05d6e6b846.
Thanks!
Cheers,
Jitse