GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
SpectralPlacing.hpp File Reference

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...