21 Sep
2000
21 Sep
'00
3:28 p.m.
Can anyone comment on what's happening with arrays of booleans in Numpy? I don't want to duplicate someone elses effort, but don't mind standing on someone elses shoulders. My application calls for operations on both non-sparse and sparce matrices.
"Rich comparisons" are really only syntactic sugar. For non-sparse matrices the ufuncs greater(a,b) and less(a,b) will do the job. Equivalents for sparse matrices probably exist. -Greg Ball
8882
Age (days ago)
8882
Last active (days ago)
0 comments
1 participants
participants (1)
-
Greg Ball