
23 Apr
2010
23 Apr
'10
10:14 a.m.
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