Template Numerical Library version\ main:f17d0c8
Loading...
Searching...
No Matches
TNL::Graphs::Graph< Matrix, GraphType, typename > Member List

This is the complete list of members for TNL::Graphs::Graph< Matrix, GraphType, typename >, including all inherited members.

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