- Notifications
You must be signed in to change notification settings - Fork15
Open
Description
FromGraphBLAS/LAGraph#28, C-API can useGrB_assign (A, A, NULL, A, GrB_ALL, nrows, GrB_ALL, ncols, Replace) ; to drop zeros for A. ButA[:A.nrows, :A.ncols] = A[:A.nrows, :A.ncols] does not work.
I need to count non-zero items columnwise. Butgb.binary.gt(mxIn , 0) is BOOL and cannot do sum,gb.unary.one(mxIn).new() just set every element to one including zeros and false(s).
Metadata
Metadata
Assignees
Labels
No labels