All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::data_structures::adjacency_matrix< Metric > Struct Template Reference

type of adjacency_matrix, for given metric More...

#include <metric_to_bgl.hpp>

Public Types

using MT = data_structures::metric_traits< Metric >
 
using type = boost::adjacency_matrix< boost::undirectedS, boost::no_property, boost::property< boost::edge_weight_t, typename MT::DistanceType >>
 

Detailed Description

template<typename Metric>
struct paal::data_structures::adjacency_matrix< Metric >

type of adjacency_matrix, for given metric

Template Parameters
Metric

Definition at line 37 of file metric_to_bgl.hpp.


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