Boost logo

Ublas :

From: Karl Meerbergen (karl.meerbergen_at_[hidden])
Date: 2006-11-23 08:38:34


Can someone who knows the ublas code tell what happened to
row_major::size2 ?

Thanks,

Karl

On Tue, 2006-11-21 at 19:09 -0500, Hugo Duncan wrote:
>
> Hi,
>
> I am having problems compiling the following code using CVS boost and
> boost-sandbox. Any help appreciated.
>
>
> #include <boost/numeric/ublas/matrix.hpp>
> #include <boost/numeric/bindings/traits/ublas_matrix.hpp>
> #include <boost/numeric/ublas/matrix_proxy.hpp>
> #include <boost/numeric/bindings/lapack/gesvd.hpp>
>
> int main(int, char**)
> {
> boost::numeric::ublas::matrix<double> M,U,Vt;
> boost::numeric::ublas::vector<double> S;
> boost::numeric::bindings::lapack::gesvd('A','A',M,S,U,Vt);
> }
>
>
> The error message is:
> c:/cygwin/home/DUNCAN/boost-sandbox/boost/numeric/bindings/traits/ublas_matrix.hpp:78:
> error: `size2' is not a member of `boost::numeric::ublas::row_major'
>
> Not sure if I have missed something. I don't expect the above code to run
> - just a minimal example that I believe should compile if I have
> understood correctly.
>
> Hugo
>
> _______________________________________________
> ublas mailing list
> ublas_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/ublas

-- 
Karl Meerbergen
Katholieke Universiteit Leuven
Department of Computer Science
E-mail: karl.meerbergen_at_[hidden]
URL   : http://www.cs.kuleuven.be/cwis/research/nalag/
Phone : +32 16 327700 (secretary)
Fax   : +32 16 327996