Boost logo

Ublas :

From: christopher diggins (cdiggins_at_[hidden])
Date: 2005-06-01 09:24:00


Thank your for responding Stefan, but there is a small yet crucial bug in
your code. You forgot to size the ublas::vector

    boost::numeric::ublas::vector<RealType> v;

should be

    boost::numeric::ublas::vector<RealType> v(size);

Christopher Diggins
http://www.cdiggins.com