|
Ublas : |
From: Michael Stevens (mail_at_[hidden])
Date: 2005-08-20 06:34:23
On Saturday 20 August 2005 02:53, Sashan Govender wrote:
> I've just upgraded to uBlas that comes with Boost 1.33 and code I
> previously wrote fails to compile when trying to use operator [] with
> matrix and vector classes. Have these operators been removed?
vector operator [] should definitely still work.
matrix operator [] was removed. You need to use the free function
row (m, r)
instead.
I currently working on the uBLAS wiki
http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?action=edit&id=Release_Notes_UBLAS
to document these bugs and problems.
Michael