adjacencyMatrix (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | protected |
DeviceType typedef (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
getAdjacencyMatrix() const (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
getAdjacencyMatrix() (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
getEdgeCount() const (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
getGraphType() (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inlinestatic |
getNodeCount() const (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
getTotalWeight() const (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
Graph()=default (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
Graph(const MatrixType &matrix) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
Graph(MatrixType &&matrix) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
Graph(const Graph &)=default (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
Graph(Graph &&)=default (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
Graph(const OtherGraph &other) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
Graph(const OtherGraph &&other) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
Graph(IndexType nodesCount, const std::initializer_list< std::tuple< IndexType, IndexType, ValueType > > &data, Matrices::SymmetricMatrixEncoding encoding=Matrices::SymmetricMatrixEncoding::LowerPart) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
Graph(IndexType nodesCount, const std::map< std::pair< MapIndex, MapIndex >, MapValue > &map, Matrices::SymmetricMatrixEncoding encoding=Matrices::SymmetricMatrixEncoding::LowerPart) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
IndexType typedef (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
isDirected() (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inlinestatic |
isUndirected() (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inlinestatic |
MatrixType typedef (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
operator=(const Graph &)=default (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
operator=(Graph &&)=default (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
operator==(const Graph &other) const (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
setAdjacencyMatrix(Matrix_ matrix) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
setEdges(const std::map< std::pair< MapIndex, MapIndex >, MapValue > &map) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
setNodeCapacities(const Vector &nodeCapacities) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
setNodeCount(IndexType nodesCount) (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | inline |
ValueType typedef (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |
~Graph()=default (defined in TNL::Graphs::Graph< Matrix, GraphType >) | TNL::Graphs::Graph< Matrix, GraphType > | |