Boost logo

Ublas :

Subject: Re: [ublas] uBlas bug or compiler bug?
From: Marco Guazzone (marco.guazzone_at_[hidden])
Date: 2009-09-12 16:29:59


On Sat, Sep 12, 2009 at 8:24 PM, Nasos Iliopoulos <nasos_i_at_[hidden]> wrote:
> Marco,
> Try to initialize matrix "T" in your multiplication algorithm to zeros. I
> attach a test run on your example without the boost unit test and with
> matrix_type T=boost::numeric::ublas::zero_matrix<real_type>(A.size1(),
> B.size2());
>
> compiled with:
> g++ -O3 ublas_no_boost_unit_test.cpp -o test;

OMG, what a stupid error I've done!! :P

Nasos, your code works perfectly.
I really really thank you!!! :)

Cheers!

-- Marco