$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Matrix Deallocation
From: Marco Arena (marcoarena_at_[hidden])
Date: 2010-04-23 06:14:56
Hi,
I'm new of Boost! I'd like to deallocate a ublas::compressed_matrix. For
example:
typedef boost::numeric::ublas::compressed_matrix<double> Matrix;
Matrix m = Matrix(10,10,5);
// operations...
// Deallocation
Thanks and sorry if the question is too trivial.
Best regards,
Marco