Re: [eigen] TriangularMatrix::conjugate() has duplicate definition at tip |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] TriangularMatrix::conjugate() has duplicate definition at tip
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 1 Sep 2010 13:14:40 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=oGl1DnjKphLOksnmn6JQ8XNF9JqaThrherzioYhGw/Q=; b=fPzPpSLbL4imJYmYSF8o9fRqOwvtYxl5cgnGXpeLi+kTSELTb/lubmrNf6fceXqz0P 5jFRdWubdWXCT54Ka0ccHe/45UyoY/Vq1ZP8M/YRMyg1qyoQrrlNvwG+dJJb3JkiaWYO L53w/xOSngH/vQLDKWc5dL9OerAwRYq0zW4rE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=UyCmLbRTm1+a1g0C/hssRg5gA4SVUdqIArkVp6tqB6HW5gY9pAlIVfyP+ZyWyvddsO oq20anNC8BIBjRJiLmMfWdcnbZ49IxTbHMW+htAM560HUT3pK8pi4tD+uJsL2I7AKBwr 0RecrL6g8blJEaftciCMmaVDs7wZU92pg9mMk=
are you sure your copy is cleaned ?
around line 267 I have:
DenseMatrixType toDenseMatrix() const
{
DenseMatrixType res(rows(), cols());
evalToLazy(res);
return res;
}
gael
On Wed, Sep 1, 2010 at 2:33 AM, Manoj Rajagopalan <rmanoj@xxxxxxxxx> wrote:
> Hi Eigen developers,
>
> I'm getting the usual compiler (gcc) error for this: the latter definition
> cannot be overloaded with the first.
>
> See TriangularMatrix.h, lines 246 and 267
>
> thanks,
> Manoj
>
>
>