Re: [eigen] Eigen::RandomSetter leads to assertion failure |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Moritz Lenz wrote:
Hi,
in trunk this piece of code (which I believed worked earlier, before
Gael re-worked the sparse filling code)
Possibly related, my program starts dieing like this after updating to
r963324 or later (during slu.solve):
** On entry to ZTRSV , parameter number 6 had an illegal value
** On entry to ZTRSV , parameter number 6 had an illegal value
** On entry to ZTRSV , parameter number 6 had an illegal value
z_div.c: division by zero
I don't know if that's caused by RandomSetter not setting the values
like it should, or by some other things, but it's very annoying :-)
I'll try to reduce it to a test case, because now it's deep in the guts
of my program...
Cheers,
Moritz