|
Ublas : |
From: Michael Stevens (mail_at_[hidden])
Date: 2006-07-16 09:45:22
Vassilis,
This is a problem that was fixed after 1_33_1. The fix is in CVS ("FIX _assign
TYPE_CHECKS are dependant on vector/matrix") and will be in the 1_34_0
release.
The fix is to change "vector_sparse.hpp" so that it includes
<boost/numeric/ublas/vector.hpp> in this case. That is:
#ifndef _BOOST_UBLAS_VECTOR_SPARSE_
#define _BOOST_UBLAS_VECTOR_SPARSE_
#include <boost/numeric/ublas/storage_sparse.hpp>
#include <boost/numeric/ublas/vector_expression.hpp>
#include <boost/numeric/ublas/detail/vector_assign.hpp>
#if BOOST_UBLAS_TYPE_CHECK
#include <boost/numeric/ublas/vector.hpp>
#endif
Michaelas
-- ___________________________________ Michael Stevens Systems Engineering 34128 Kassel, Germany Phone/Fax: +49 561 5218038 Navigation Systems, Estimation and Bayesian Filtering http://bayesclasses.sf.net ___________________________________