Re: [eigen] Eigen::RandomSetter leads to assertion failure |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen::RandomSetter leads to assertion failure
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Mon, 18 May 2009 17:32:21 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Se71UdRyiuGIKVKO/vsNZtLRNFzAvt/bbFdVOM1qXrM=; b=YH5utN6gsJpeDxNPBmxRoMbh5vIPidYHiU7KGR9oTYAKwqUtYGb/79N0att3WcRT0t 2+MWXpCrPLzSumSp/f/zuMx3uT0K505lSWjkhtv5PqieEn1uucVq+LTKHPVn+ZSWH6r6 wLcp+3qkFkztmdJQCR3WlJFir14MnI1lTXaDg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=MDZDsEPiuDsKz5t3gSaISjW00udlIB29fg2wJAqGRec6jrQyWyyeY8n7QS6B9S7c1U 1/lwFwHnUg/cplBjv6fOPLaWkiGtOCjk+jErHxIVyOvqplryfG1wJYNi2dVc2x/abGWN LZj/z931dZkCQH2Q5dtjOv85sstsq6F3VnrTY=
if this second issue is still here, could you give some more
information because I have no issue here with the superlu backend.
gael
On Fri, May 15, 2009 at 10:53 AM, Moritz Lenz
<mlenz@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> 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
>
>
>