Commit Graph

3 Commits

Author SHA1 Message Date
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
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