All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::data_structures::graph_metric_filler_impl< graph_type::sparse_tag > Struct Template Reference

specialization for sparse_tag graphs More...

#include <graph_metrics.hpp>

Public Member Functions

template<typename Graph , typename ResultMatrix >
void fill_matrix (const Graph &g, ResultMatrix &rm)
 fill_matrix function More...
 

Detailed Description

template<>
struct paal::data_structures::graph_metric_filler_impl< graph_type::sparse_tag >

specialization for sparse_tag graphs

Definition at line 50 of file graph_metrics.hpp.

Member Function Documentation

template<typename Graph , typename ResultMatrix >
void paal::data_structures::graph_metric_filler_impl< graph_type::sparse_tag >::fill_matrix ( const Graph &  g,
ResultMatrix &  rm 
)
inline

fill_matrix function

Template Parameters
Graph
ResultMatrix
Parameters
g
rm

Definition at line 60 of file graph_metrics.hpp.


The documentation for this struct was generated from the following file: