class CrystalGraph::AdjacencyMatrixGraph
- CrystalGraph::AdjacencyMatrixGraph
- Reference
- Object
Defined in:
crystalgraph/adjacencyMatrixGraph.crConstructors
Instance Method Summary
- #[](index : Tuple(Int32, Int32)) : Int64 | Nil
- #[]=(index : Tuple(Int32, Int32), weight : Int | Nil)
- #add_edge(source : Int32, target : Int32, weight : Int | Nil = nil)
- #add_node : Int32