Skip to content

Commit a041774

Browse files
committed
add image.
1 parent bbf74f5 commit a041774

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AdjacencyMatrixBFS.png

26.3 KB
Loading

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Goals and premises
1+
# Welcome to the GraphBLAS Forum
22

33
The GraphBLAS Forum is an open effort to define standard building
44
blocks for graph algorithms in the language of linear algebra.
55

6+
# Goals and premises
7+
68
We believe that the state of the art in constructing a large
79
collection of graph algorithms in terms of linear algebraic operations
810
is mature enough to support the emergence of a standard set of
@@ -20,6 +22,8 @@ pair of scalar operations involved in the linear algebra computations
2022
to define a semiring, we can extend the range of these primitives to
2123
support a wide range of parallel graph algorithms.
2224

25+
![An example graph and adjacency matrix](./AdjacencyMatrixBFS.png)
26+
2327
# More information
2428

2529
The C reference implementation is

0 commit comments

Comments
 (0)