
20 Jul
2012
20 Jul
'12
10:51 a.m.
If speed is not a major concern, you could use std::vector as the underlying container instead of unbounded_array and use its iteration constructor. Regards, Kai On 7/20/12, Jochen Wilhelmy <jochen.wilhelmy@googlemail.com> wrote:
Hi!
is it possible to add a constructor for ublas::vector from boost::range? this would it make easier to construct from pain data (e.g. float*). something like boost::numeric::ublas::vector<float> v(boost::iterator_range<const float*>(myDataBegin, myDataEnd));
-Jochen
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost