Commit Graph

16 Commits

Author SHA1 Message Date
Jonathan Bluett-Duncan
bdcda9a453 graph: use slices package for sorting and reversing slices 2024-08-17 08:41:18 +09:30
Jonathan Bluett-Duncan
fe73977b01 internal/order: move package from graph/internal/ordered and make function generic 2024-05-11 21:57:13 +09:30
Jonathan Bluett-Duncan
b94e4828e9 graph: replace custom reverse logic with slices.Reverse 2024-04-27 15:34:24 +09:30
Jonathan Bluett-Duncan
219257751c graph: merge set.Ints and set.Int64s into one generic set 2024-04-07 08:10:32 +09:30
Dan Kortschak
8f6a7707f4 graph/internal/ordered: replace slice sort types with sort.Slice calls 2021-10-14 07:01:58 +10:30
Dan Kortschak
da72779e7a floats/scalar: new package containing non-vector functions from floats 2020-08-07 07:59:02 +09:30
Dan Kortschak
969ecdd209 graph: remove Has method from Graph and Multigraph 2018-10-12 17:57:01 +10:30
Dan Kortschak
6b03bc22e1 graph: use int64 for node retrieval 2018-03-24 09:21:44 +10:30
kortschak
fa0c5aa7bc all: use golang.org/x/exp/rand instead of math/rand 2017-11-17 11:52:34 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
kortschak
f739fbf133 graph/simple: separate weighted and unweighted edge implementations 2017-08-24 10:21:20 +09:30
kortschak
7ba61f0ead graph/...: remove Weight method from Edge 2017-08-24 10:21:15 +09:30
kortschak
e8a755127b graph/community: update for int64 IDs
The internal representation of reduced graphs remains based around int
IDs since the operations must happen in memory, and there is an initial
ID densification step to get from the target graph to the communities.
2017-07-02 08:38:42 +09:30
kortschak
569c4e396d community: drop dependency on intsets 2017-06-16 19:39:51 +09:30
Brendan Tracey
d33397aa65 all: change import paths 2017-05-23 00:03:03 -06:00
Brendan Tracey
059a6c43f9 graph: imported graph as a subtree 2017-05-23 00:02:59 -06:00