Commit Graph

9 Commits

Author SHA1 Message Date
Dan Kortschak
d8ec179f2b graph/layout: differentiate arm64 layout golden images 2020-01-13 08:52:57 +10:30
Dan Kortschak
b5cc9a9859 graph/layout: avoid panic in Eades test on arm64 2020-01-13 08:52:57 +10:30
Dan Kortschak
623f346311 graph: clean up lint 2019-11-02 05:20:20 +10:30
Brendan Tracey
5d5638e674 stat/*: Update functions to take empty matrices (#1102)
* stat/*: Update functions to take empty matrices

Change TorgersonScaling to require an empty matrix. Users who want to reuse data can call Reset now that it is exposed. This function is different than others because the return size is unknown. Forcing the input matrix to be empty makes it clear that the dst matrix will be dynamically resized

Fixes #1081.
2019-10-09 23:20:26 +01:00
Dan Kortschak
1d8f8b2ee4 all: address issues identified by golangci-lint 2019-09-09 07:38:44 +09:30
Dan Kortschak
99e48c9b02 graph/layout: handle difference between pure go and asm kernels 2019-08-08 18:38:21 +09:30
Dan Kortschak
15e6740a66 graph/layout: don't use archaic spelling 2019-08-01 12:39:57 +09:30
Dan Kortschak
1f8b402c01 graph/layout: add Isomap layout 2019-07-22 12:37:24 +09:30
Dan Kortschak
c1fdadf7ea graph/layout: new package for calculating graph layouts 2019-07-20 20:12:57 +09:30