$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Henderson (Alex4accuandboost_at_[hidden])
Date: 2003-07-24 11:24:17
Hi,
I'm starting to play with the uBLAS library. So far so good...
I'd like to be able to construct a ublas::vector from a std::vector. I can't
seem to find how to do this. Do I have to go through std::copy or something
equivalent or is there a constructor I've missed?
If it doesn't exist, is there a reason why not? Perhaps there are some holes
in my understanding.
Thanks,
Alex