|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
#include "../structures/Graph.hpp"#include "PositionsFromLaplacian.hpp"#include "LaplacianSTL.hpp"Go to the source code of this file.
Namespaces | |
| gl | |
| gl::algorithm | |
Functions | |
| template<class Graph > | |
| void | gl::algorithm::SpectralPlacing (Graph &g) |
| Compute node 2D positions using spectral placing. More... | |