|
Ublas : |
From: Michael Stevens (mail_at_[hidden])
Date: 2005-09-06 04:40:17
On Dienstag 06 September 2005 10:59, Thomas Lemaire wrote:
> I also tryed boost cvs with the same result... The problem is the use of
> the explicit template parameter with prod:
>
> simple example:
>
> typedef matrix<double> mat;
> mat A,B;
> mat C = prod(A,B); // does compile
> mat D = prod<mat>(A,B); // does not compile
Must be a problem specific to 4.0.2.
I'll have a look at GCC bugzilla to see if anything like that reported.
Michael
-- ___________________________________ Michael Stevens Systems Engineering 34128 Kassel, Germany Phone/Fax: +49 561 5218038 Navigation Systems, Estimation and Bayesian Filtering http://bayesclasses.sf.net ___________________________________