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

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