Boost logo

Ublas :

From: Michael Stevens (mail_at_[hidden])
Date: 2005-09-13 05:52:15


On Donnerstag 08 September 2005 17:06, Paul C. Leopardi wrote:
> > PS, the following, slightly simpler code fails on the line containing
> > "mat Q".
> >
> > #include <boost/numeric/ublas/matrix.hpp>
> > #include <boost/numeric/ublas/matrix_proxy.hpp>
> > using namespace boost::numeric::ublas;
> > int main()
> > {
> > typedef matrix<double> mat;
> > mat K;
> > matrix_range<mat> H_ (K, range(0,0), range(0,0));
> > mat P = prod(K,H_);
> > mat Q = prod<mat>(K,H_);
> > }
>
> I also tried using the simpler code above. Again, 4.0-20050507 works and
> 4.0-20050514 does not work.

The 'problem'/change is therefore almost certainly due to Natham's PR
c++/19203, implement DR 214 fix.

Michael

-- 
___________________________________
Michael Stevens Systems Engineering
34128 Kassel, Germany
Phone/Fax: +49 561 5218038
Navigation Systems, Estimation  and
                 Bayesian Filtering
    http://bayesclasses.sf.net
___________________________________