Re: [eigen] eigen blas/lapack + suitesparse

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


In principle, you should still compile C code with a C compiler (gcc).
The only change is that you have also have to link against -lstdc++
(and -lgfortran)

gael

On Fri, Jun 17, 2011 at 7:59 PM, Sameer Agarwal
<sameeragarwal@xxxxxxxxxx> wrote:
> Thanks Gael.
> I just got the whole assembly building too. One quirk was that SuiteSparse
> code is c and not conforming to c++ (it has implicit casts of all sorts) and
> linking to eigen blas and lapack requires c++. So the demo programs that
> come with cholmod need some fixing before they will build.
> Sameer
>
>
> On Fri, Jun 17, 2011 at 10:52 AM, Gael Guennebaud
> <gael.guennebaud@xxxxxxxxx> wrote:
>>
>> yes, it is complete enough for all direct solver libraries that I've
>> tried. Actually, the unit-tests of our Chomod, UmfPack and SparseLU
>> backends are built with Eigen's lapack/blas interface.
>>
>> gael
>>
>> On Fri, Jun 17, 2011 at 7:18 PM, Sameer Agarwal
>> <sameeragarwal@xxxxxxxxxx> wrote:
>> > I am curious as to the status of the eigen blas/lapack layer and if it
>> > is
>> > complete enough for someone to have tried building something like
>> > SuiteSparse (CHOLMOD/UMFPACK) on top if it and see if the whole thing
>> > works/passes tests.
>> > Sameer
>> >
>>
>>
>
>



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