GraphBLAS keeps track of the pattern of your matrices and vectors, and this pattern can be queried by the user…
GraphBLAS is fast, and getting faster. I’m currently working on an OpenMP implementation, with support from Intel, and I’m starting…
Writing graph algorithms based on GraphBLAS is like writing matrix algorithms in MATLAB; it’s simple once you get the hang…
The integer promotion rules of ANSI C do not apply to GraphBLAS semirings, and must be avoided when implementing GraphBLAS. …
GraphBLAS is a way of writing graph algorithms using the “language” of linear algebra. It has an entire community behind…
Check out the ACM Transactions on Mathematical Software, which now lists my paper on GraphBLAS. The Collected Algorithm will be…
Welcome to my blog site. I’ll be writing about sparse matrix algorithms, graph algorithms and GraphBLAS. Stay tuned!