ug4
parallel_matrix_boost.h File Reference

Go to the source code of this file.

Classes

class  boost::bglp_matrix_index_map< T >
 
struct  boost::graph_traits< ug::BGLParallelMatrix< ug::ParallelMatrix< T > > >
 
struct  boost::graph_traits< ug::ParallelMatrix< ug::SparseMatrix< T > > >
 
struct  boost::property_map< ug::BGLParallelMatrix< T >, vertex_index_t >
 
struct  boost::property_map< ug::ParallelMatrix< T >, vertex_index_t >
 

Namespaces

 boost
 
 ug
 the ug namespace
 

Functions

template<class T >
std::pair< typename ug::BGLParallelMatrix< T >::adjacency_iterator, typename ug::BGLParallelMatrix< T >::adjacency_iterator > boost::adjacent_vertices (typename ug::BGLParallelMatrix< T >::vertex_descriptor v, ug::BGLParallelMatrix< T > const &M)
 
template<class T >
SM_edge_weight_map< T > boost::get (edge_weight_t, ug::BGLParallelMatrix< T > const &g)
 
template<class T >
property_map< ug::BGLParallelMatrix< T >, vertex_index_t >::const_type boost::get (vertex_index_t, ug::BGLParallelMatrix< T > const &m)
 
template<class T >
size_t boost::num_vertices (ug::BGLParallelMatrix< T > const &)
 
template<class T >
int boost::out_degree (typename ug::BGLParallelMatrix< T >::vertex_descriptor v, ug::BGLParallelMatrix< T > const &M)
 
template<class T >
std::pair< typename ug::BGLParallelMatrix< T >::out_edge_iterator, typename ug::BGLParallelMatrix< T >::out_edge_iterator > boost::out_edges (typename ug::BGLParallelMatrix< T >::vertex_descriptor v, ug::BGLParallelMatrix< T > const &M)
 
template<class T >
ug::BGLParallelMatrix< T >::vertex_descriptor boost::source (typename ug::BGLParallelMatrix< T >::edge const &e, ug::BGLParallelMatrix< T > const &)
 
template<class T >
ug::BGLParallelMatrix< T >::vertex_descriptor boost::target (typename ug::BGLParallelMatrix< T >::edge const &e, ug::BGLParallelMatrix< T > const &)
 
template<class T >
std::pair< typename ug::BGLParallelMatrix< T >::vertex_iterator, typename ug::BGLParallelMatrix< T >::vertex_iterator > boost::vertices (ug::BGLParallelMatrix< T > const &M)
 
template<class T >
std::pair< counting_iterator< size_t >, counting_iterator< size_t > > boost::vertices (ug::ParallelMatrix< ug::SparseMatrix< T >> const &M)