Skip to content

Commit f671a2e

Browse files
committed
Add pagerank link
1 parent 97b6db4 commit f671a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GraphBLAS-sharp.Backend/Algorithms/PageRank.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ module PageRank =
140140
|> PreparedMatrix
141141
| _ -> failwith "Not implemented"
142142

143+
// PageRank algorithm explanation: pi.math.cornell.edu/~mec/Winter2009/RalucaRemus/Lecture3/lecture3
143144
let internal run (clContext: ClContext) workGroupSize =
144145

145146
let squareOfDifference = ArithmeticOperations.squareOfDifference

0 commit comments

Comments
 (0)