$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [numeric][ublas] please add vector constructor from boost::range
From: Jochen Wilhelmy (jochen.wilhelmy_at_[hidden])
Date: 2012-07-20 06:08:19
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