Boost logo

Ublas :

From: Karl Meerbergen (Karl.Meerbergen_at_[hidden])
Date: 2008-06-24 10:26:42


Corrected. Thanks!

Karl

Jeremy Conlin wrote:
> In trying out the bindings to geev I found a small bug in geev.hpp.
>
> Line 234 is:
>
> assert(wi[i+1] == -wi[i+1]);
>
> and should be:
>
> assert(wi[i+1] == -wi[i]);
>
> A simple program to test is attached.
>
> Thanks,
> Jeremy
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ublas mailing list
> ublas_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/ublas
>