$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Vassilis Virvilis (vasvir_at_[hidden])
Date: 2006-11-03 12:52:44
Halo,
As you know compressed_vector::resize() does not preserve
vector's data.
I am a newbie in ublas but I have already been bitten
by this. I don't know why it's a good idea for resize
to forget my data but in my problems compressed_vectors
are 300% faster.
Is there any non obvious reason why this simple patch
can't be applied in
boost/numeric/ublas/vector_sparse.hpp ?
Thanks in advance
.bill