|
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 | |
| template<class class SCALAR, class STORAGE_KIND , class DIRECTION > | |
| std::vector< float > | gl::algorithm::LaplacianSTL (const Graph< S, STORAGE, DIR > &g) |
| Compute the Laplacian Matrix of a graph in an STL vector. More... | |