$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Angus Leeming (angus.leeming_at_[hidden])
Date: 2005-11-03 09:49:30
Angus Leeming wrote:
> Of course, sparse_matrix is defined in
> boost/numeric/ublas/matrix_sparse.hpp
> but why no forward declaration in
> boost/numeric/ublas/fwd.hpp
> ?
Please ignore. I was compiling against an old version of Boost but
looking at the Boost CVS sources. No sparse_matrix at all anymore ---
vector_of_vector...
Angus