Boost logo

Ublas :

Subject: Re: [ublas] Bindings: second C linkage of overloaded function 'cbdsqr_'
From: George Slavov (gpslavov_at_[hidden])
Date: 2011-04-13 01:55:03


On 4/13/2011 1:39 AM, Rutger ter Borg wrote:
> I'm sure this will end up in a FAQ at some point in time; if you see
> "property map" somewhere, it's the compilers way of saying that it
> doesn't know (some of) your data structures. You might try to include
> support for your data structures by adding
>
> #include <boost/numeric/bindings/ublas/vector.hpp>
> #include <boost/numeric/bindings/ublas/symmetric.hpp>
>
> Cheers,
>
> Rutger
>
>
> _______________________________________________
> ublas mailing list
> ublas_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/ublas
> Sent to: gpslavov_at_[hidden]

Wonderful! Everything is working. And in the meantime I had been able to
compile LAPACK together with gotoblas and my example code works now.
What a relief.

Best,
George