[Matrix-SIG] bitwise combos of arrays?

Paul F. Dubois dubois1@llnl.gov
Wed, 11 Aug 1999 10:52:25 -0700


On Wed, 11 Aug 1999, Heather Drury wrote:

> 
> 	- Where is the most recent NumPy documentation?
> 	- Can I do this kind of thing in python/NumPy?
> 	- Can someone point me in the right direction?
> 
> TIA,
> 

http://xfiles.llnl.gov will get you to the documentation.

Numeric has functions such as logical_and, logical_or. But it does not (yet)
have a bit vector type.