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

Go to the source code of this file.

Namespaces

 gl
 
 gl::algorithm
 

Functions

template<class Graph >
Graph::idx_list_t gl::algorithm::degrees (const Graph &graph)
 Computes the out-degrees of all nodes in a graph. More...