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::dense_tag > Struct Template Reference

specialization strategies of computing metric for dense_tag graphs More...

#include <graph_metrics.hpp>

Public Member Functions

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

Detailed Description

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

specialization strategies of computing metric for dense_tag graphs

Definition at line 68 of file graph_metrics.hpp.

Member Function Documentation

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

fill_matrixFunction

Parameters
g
rm

Definition at line 76 of file graph_metrics.hpp.


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