Re: [eigen] operator= in SparseMatrixBase |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] operator= in SparseMatrixBase
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 30 Apr 2009 12:42:56 +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=muMldfSYj6RCqQtrDhmyx2UHwuBdI/r+08wujydFM2E=; b=X47VQePudn03XajqmfFxAAe9mNpbVtN6xNG41jM0kwM9X4F0JN8EZYljGmghrmCYMy wg7LQdyB/pRzQ7t/jnX7e2+qQDv8K1SSlMWgPpOm1gV+L2PFz8SuO0ce0AAE1DYYIj3O OpazQq6lyncEOs7wmT0Tt7xGrMvj0RffzGuTA=
- 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=xzJ8071NVzWqyOa4eEn6wEZLvXa6etx7B7Nl7ciSb3QDoaDUEtzugbPZTBIds3/+Vm 88NGtobBKdJA8yumz1BGJPSx6QbQjR5kMVPGmhwsNlVnnUer66wr5rrBQUx2jpAUcuNg 3ujrZ/zN8hjlpOowj0g/uqQFJogutnchG0WhE=
Hi,
this is an internal error, so a bug in Eigen. In order to solve it,
could you give me the piece of code at the origin of this assert (the
line with the assignment and the declaration of each variable
involved) ?
Cheers,
Gael.
On Thu, Apr 30, 2009 at 10:42 AM, Jens Mueller <jens.k.mueller@xxxxxx> wrote:
> Hi,
>
> I updated my trunk and hit an assertion. I'm getting the assertion "the
> transpose operation is supposed to be handled in
> SparseMatrix::operator=" defined on line 156 in SparseMatrixBase.h in
> the assignGeneric method. And I don't get the rationale behind. The
> assertion grantees that no transpose is needed saying the transpose is
> handled in operator=. But in case a transpose is needed operator= just
> passes the derived. I must be missing something.
>
> Regards,
> Jens
>
>
>