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.
6838
Age (days ago)
6838
Last active (days ago)
2 comments
3 participants
participants (3)
-
e r