Re: [eigen] TriangularMatrix::conjugate() has duplicate definition at tip

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


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
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/