#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.
|
template<typename Idx , typename... GraphArgs> |
void | paal::utils::contract (boost::adjacency_matrix< GraphArgs...> &amatrix, Idx v, Idx w) |
| contracts to vertices in adjacency_matrix
|
|
- Author
- Piotr Wygocki
- Version
- 1.0
- Date
- 2013-02-22
Definition in file contract_bgl_adjacency_matrix.hpp.