Re: [boost] Accumulators ublas::vector

15 Dec
2006
15 Dec
'06
9:22 a.m.
I enabled ublas::vector as vector data in acc. Plz try attached code

18 Dec
18 Dec
4:54 p.m.
New subject: Accumulators ublas::vector
Niitsuma Hirotaka wrote:
I enabled ublas::vector as vector data in acc. Plz try attached code
A couple of things: 1) You've put the typeof registration for ublas::vector into the typeof library. It doesn't belong there. It belongs in the ublas library. I think you should contact the owner of ublas for that. 2) You defined a += operator for adding a ublas vector to another ublas vector. Does ublas vector already define this operator? At least, that's what the docs say. 3) Why the "#if 0" code in covariance.hpp? Can you remove the dead code? Thanks for your work on this! -- Eric Niebler Boost Consulting www.boost-consulting.com
6752
Age (days ago)
6755
Last active (days ago)
2 comments
2 participants
participants (2)
-
Eric Niebler
-
Niitsuma Hirotaka