Boost logo

Ublas :

Subject: Re: [ublas] Solving A*V = B*V*D with Lapack
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2012-02-08 09:10:46


Werner Grobler wrote:
> Thanks Rutger,
>
> That's exactly what I was looking for.
>
> Now I'm having some problems compiling with those bindings you referred
> to. It seems as though I'm missing a definition for 'property_map'.

This normally means that you haven't included the bindings for the matrix/vector types you are using. The simplest thing (assuming you are using ublas matrices) is probably just to add

#include <boost/numeric/bindings/ublas.hpp>

Regards,
Thomas