Hi,
I have to perform bincount on each column of a matrix so I was wondering
why there is no 'axis=?' parameter in bincount function. Currently I'm
looping through columns using a python loop but I'd appreciate to have
the loop embedded in the bincount function (and possibily using a C loop,
since I'm doing this stuff thousands times in a case of many columns).

Is there a good alternative solution to extending bincount? Suggestions?

Thanks in advance,

Emanuele

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to