Re: [eigen] strange compilation prob |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] strange compilation prob
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 22 Jan 2009 23:32:21 +0100
- 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=6AJK7mgbXPLrX0Qpt/uK7t0rhtolEAvM5CdoloPMUhc=; b=nFs760ENkooL2nKMotJxfcV3hbEc1/E0WpTuVd7HsCJDkjrSixW2qq9kodqmt2RYAi LUI1Pp990csbCzqgHUr/qITZcE8zF5Yc4L7iXhA3FHgGke+y/OzhuGd5rrkcfNUolrx6 I9S+AG6zP3jXxCCAwVSSkmdONopF5pxKvzjqw=
- 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=iHcxw88F4dxDUFFeInvaSnKfwTZjygsZKNUVTQAfYa2bTqU9H4U2UnPutLwZ8ikFPC 2pJAFUmaXda+M0b9ZiBfiNRHUDqmctpsYKKC8mSvZOW5OBuuRh+H27Ap+KASc+mWJzAb ro6oqi67JzWiUWYIitg+y7cq+EfYVYHtVJEWY=
hi,
you probably forgot to include the LU module where determinant() is defined.
#include <Eigen/LU>
On Thu, Jan 22, 2009 at 10:21 PM, Ben Axelrod <baxelrod@xxxxxxxxxxxx> wrote:
> Sorry to keep posting my compilation problems, but I have yet another:
>
>
>
> undefined reference to
> `Eigen::MatrixBase<Eigen::Product<Eigen::Matrix<double, 3, 3, 2, 3, 3>
> const&, Eigen::Transpose<Eigen::NestByValue<Eigen::Matrix<double, 3, 3, 2,
> 3, 3> > > const&, 0> >::determinant() const'
>
>
>
> I have 2 libraries. Library A uses Eigen and compiles fine. Library B
> links library A and this is where I get this compilation error. Any ideas?
>
>
>
> I get this when I use the src I just pulled from svn. I do not get it when
> I use the 2.0-beta1 code.
>
>
>
> Thanks,
>
> -Ben
>
>