ublas/matrix product/efficiently compute A * B * C

5 Oct
2007
5 Oct
'07
11:36 p.m.
currently i do: boost_auxiliary::matrix_double D; boost::numeric::ublas::axpy_prod(A, B, D, true); boost::numeric::ublas::axpy_prod(D, C, D, true); there must be a better way? A * B * C generates an ambiguous overloaded operator* message (ambiguous with element-wise product, i read). pls help.
6436
Age (days ago)
6436
Last active (days ago)
0 comments
1 participants
participants (1)
-
e r