Boost logo

Ublas :

Subject: Re: [ublas] [bindings] lapack errors
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-10-09 16:48:47


Uldarico Muico wrote:

> Perhaps you should use std::max<integer_t> explicitly?

I've updated it to std::max< std::ptrdiff_t >(...), that's the return type
of all size/count-related traits functions.

> On a related note, I also get
>
> boost/numeric/bindings/lapack/driver.hpp:12:51: error: boost/numeric/
> bindings/lapack/solve.hpp: No such file or directory

Should be fixed, too. Please note that the uplo stuff for sysv will most
likely change.

Cheers,

Rutger