Boost logo

Ublas :

Subject: Re: [ublas] [bindings LAPACK] Types in bindings::lapack::dospvx? (revision 64977)
From: Marcel Rehberg (Marcel.Rehberg_at_[hidden])
Date: 2010-10-29 04:30:17


Hi,

On Thu, 28 Oct 2010 19:02:18 +0200, Rutger ter Borg <rutger_at_[hidden]>
wrote:

> On 2010-10-28 17:25, Marcel Rehberg wrote:

> Did you include the types you pass to the bindings routines? If not, it
> will probably complain about missing property maps. E.g., to add support
> for ublas vectors to your code, include
>
> #include <boost/numeric/bindings/ublas/vector.hpp>

Thank you. That was of course the error. I had experimented with posv
before and just included bindings/ublas/matrix and symmetric.

Regards

Marcel Rehberg