mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00

Fix bugs in NodeSlice methods: - ImplicitNodes did not return nil for an empty set of nodes. - OrderedNodes returned one too many nodes if Next has been called.