Dynamical system model
Loading...
Searching...
No Matches
AdjacencyMatrix.hpp File Reference

Defines the AdjacencyMatrix class. More...

#include <algorithm>
#include <memory>
#include <numeric>
#include <string>
#include <unordered_map>
#include <vector>
#include "../headers/Street.hpp"
#include "../utility/Typedef.hpp"

Classes

class  dsm::AdjacencyMatrix
 The AdjacencyMatrix class represents the adjacency matrix of the network. More...
 

Namespaces

namespace  dsm
 

Functions

std::vector< Id > dsm::test::offsets (const AdjacencyMatrix &adj)
 
std::vector< Id > dsm::test::indices (const AdjacencyMatrix &adj)
 

Detailed Description

Defines the AdjacencyMatrix class.