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

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