$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Perreault (nomis80_at_[hidden])
Date: 2006-05-31 14:23:35
Hi,
Is there a way to make a vector from existing data without copying and with
minimal overhead? Basically the vector shouldn't own the data, just use it.
Thanks