Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2006-06-27 05:44:26


Am Montag, 26. Juni 2006 21:16 schrieb Nuno Sucena Almeida:
> Hello,
> thanks a lot for your answer, but when trying to compile it I get
> the following:
>
> i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC
> -I/celclu2/home/nuno/w ork/boost -Ialgorithms
> -I/usr/include/python2.4 -c extensions/matrices.cpp -o build/temp.
> linux-i686-2.4/extensions/matrices.o -fmessage-length=0
> In file included from extensions/matrices.hpp:8,
> from extensions/matrices.cpp:1:
> extensions/meta.hpp:98: error: `sparse_matrix' is not a member of
> `ublas' extensions/meta.hpp:98: error: `sparse_matrix' is not a
> member of `ublas' extensions/meta.hpp:98: error: wrong number of
> template arguments (1, should be 2)
> extensions/meta.hpp:91: error: provided for

sparse_matrix has been renamed to mapped_matrix.
sparse_vector is now mapped_vector.

mfg
Gunter