Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/graph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-24Working with annotations.Jonathan J Hunt
2014-11-17Update test so it returns correct value upon success/failureGeorgOstrovski
2014-10-29Add support for layout using libgraphviz.Dan Horgan
The new function, graph.graphvizLayout(g), returns a Tensor of size (n, 2) containing the positions of the nodes in the recommended layout. This allows one to take advantage of graphviz's layout algorithms without being tied to graphviz's renderer.