|
Ublas : |
From: Michael Stevens (mail_at_[hidden])
Date: 2005-08-11 14:08:31
Christophe,
On Thursday 04 August 2005 21:36, Christophe Prud'homme wrote:
> Michael
>
> unless I am missing something ,
> if you want to compile the following code
>
> #include <boost/numeric/ublas/vector.hpp>
> #include <boost/numeric/ublas/matrix.hpp>
>
> int main()
> {
> using namespace boost::numeric::ublas;
>
> vector<double> a;
> a = zero_vector<double>(10);
> matrix<double> b;
> b = zero_matrix<double>(10,10);
> }
I think this is the same problem as Darin reports. I committed a more complete
fix.
Best,
Michael
-- ___________________________________ Michael Stevens Systems Engineering 34128 Kassel, Germany Phone/Fax: +49 561 5218038 Navigation Systems, Estimation and Bayesian Filtering http://bayesclasses.sf.net ___________________________________