Adam Lugowski

Results 24 issues of Adam Lugowski

The `plus_first` and `plus_second` semirings are very useful for writing algorithms that only care about the nonzero structure of the matrix because they can work on any user matrix without...

#### Reference issue No issue, just noticed this opportunity while working on another related project. #### What does this implement/fix? CSR sparse matrix element-wise binary operators are implemented as templates....

scipy.sparse
Build issues
C/C++

#### Reference issue No issue, saw this optimization opportunity while working in this file. #### What does this implement/fix? The CSR elementwise binary operators have two implementations: one for canonical...

enhancement
scipy.sparse
C/C++

Build command: ```bash clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -g -arch arm64 -I/usr/local/include -I/usr/local/include/suitesparse -I/private/var/folders/lr/439_fwvd3m76p9vy50d57kcc0000gn/T/cibw-run-bykdd6ur/cp312-macosx_arm64/build/venv/include -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c build/temp.macosx-11.0-arm64-cpython-312/suitesparse_graphblas._graphblas.c -o build/temp.macosx-11.0-arm64-cpython-312/build/temp.macosx-11.0-arm64-cpython-312/suitesparse_graphblas._graphblas.o ``` Warning ``` build/temp.macosx-11.0-arm64-cpython-312/suitesparse_graphblas._graphblas.c:65372:10: warning: comparison...