ublas::vector from std::vector

10 Sep
2004
10 Sep
'04
12:42 p.m.
I noticed there is no constructor for ublas::vector that takes a pair of iterators. Is there no direct way to construct a ublas::vector from a std::vector? Could there either be a constructor: (STL-style) template<typename input_iterator> vector (input_iterator begin, input_iterator end); or: (range-style) template<typename cont_t> vector (cont_t const&)
7580
Age (days ago)
7580
Last active (days ago)
0 comments
1 participants
participants (1)
-
Neal D. Becker