Boost logo

Ublas :

Subject: Re: [ublas] Problems with nested product compilation?
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2009-04-23 16:11:35


Jesse Perla schrieb:
> Using Intel 11.0 on Windows with boost 1.38
>
> And it suggests that the following should work, which doesn't:
> D = prod(A, prod<ublas::matrix<double>>(B,C));
>
maybe you have to use boost::numeric::ublas::prod in order to force the
use of the correct namespace.