|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
#include "../structures/Graph.hpp"Go to the source code of this file.
Namespaces | |
| gl | |
| gl::algorithm | |
Functions | |
| std::pair< std::vector< float > , std::vector< float > > | gl::algorithm::PositionsFromLaplacian (std::vector< float > laplacian, double factor=5.0) |
| Compute Positions from Laplacian using BLAS routine. More... | |