File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/GraphBLAS-sharp.Backend/Algorithms Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ open GraphBLAS.FSharp.Objects.ClContextExtensions
1111open GraphBLAS.FSharp .Objects .ArraysExtensions
1212open GraphBLAS.FSharp .Objects .ClCellExtensions
1313
14+ [<RequireQualifiedAccess>]
1415module PageRank =
1516 type PageRankMatrix =
1617 | PreparedMatrix of ClMatrix < float32 >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ namespace GraphBLAS.FSharp.Backend.Algorithms
33open Brahma.FSharp
44open GraphBLAS.FSharp .Objects
55
6+ [<RequireQualifiedAccess>]
67module PageRank =
78 [<Sealed>]
89 type PageRankMatrix =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ open GraphBLAS.FSharp.Backend.Quotes
77open GraphBLAS.FSharp .Objects .ClContextExtensions
88open GraphBLAS.FSharp .Objects .ClCellExtensions
99
10- module SSSP =
10+ module internal SSSP =
1111 let run ( clContext : ClContext ) workGroupSize =
1212
1313 let less = ArithmeticOperations.less< int>
You can’t perform that action at this time.
0 commit comments