All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Namespaces | Functions
contract_bgl_adjacency_matrix.hpp File Reference
#include "paal/utils/type_functions.hpp"
#include "paal/utils/assign_updates.hpp"
#include <boost/functional/hash.hpp>
#include <boost/graph/adjacency_matrix.hpp>
#include <boost/range/as_array.hpp>

Go to the source code of this file.

Namespaces

 paal
 global namespace of project.
 
 paal::utils
 Utils namespace.
 

Functions

template<typename Idx , typename... GraphArgs>
void paal::utils::contract (boost::adjacency_matrix< GraphArgs...> &amatrix, Idx v, Idx w)
 contracts to vertices in adjacency_matrix
 

Detailed Description

Author
Piotr Wygocki
Version
1.0
Date
2013-02-22

Definition in file contract_bgl_adjacency_matrix.hpp.