Sept. 10, 2003
1:37 p.m.
<snip>
For what I mean, note in Python 2.3:
a = True a True a * 5 5
Can you do this in NumArray?
The numarray analog is:
numarray.ones((10,), type=numarray.Bool)*5 array([5, 5, 5, 5, 5, 5, 5, 5, 5, 5])
So, yes. -- Todd Miller jmiller@stsci.edu STSCI / ESS / SSB