Boost logo

Ublas :

Subject: Re: [ublas] nrm2 compile error
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2010-12-17 03:27:37


Am 17.12.2010 um 01:03 schrieb Thomas Klimpel:

> Kraus Philipp wrote:
>> I have create a little program for checking something:
>>
>> #include <boost/numeric/ublas/vector.hpp>
>> #include <boost/numeric/bindings/blas.hpp>
>> #include <boost/numeric/bindings/ublas/vector_proxy.hpp>
>>
>
> you should include bindings/ublas/vector.hpp instead of bindings/
> ublas/vector_proxy.hpp.

Thanks, it seems, that yesterday it was too late for programming

>
> Hope this helps. By the way, what was it that you wanted to check?

I'm writing some examples for my toolbox. I have developed the toolbox
under Boost 1.35 and a
previous Atlas / LAPack Version, so I would check the code with the
newer versions

Phil