![]() |
![]()
| ![]() |
![]()
NAMEGraph::Matrix - create and manipulate a V x V matrix of graph G SYNOPSISuse Graph::Matrix; use Graph::Directed; my $g = Graph::Directed->new; $g->add_...(); # build $g my $m = Graph::Matrix->new($g); $m->get($u, $v) $s->get($u, $v, $val) DESCRIPTIONThis module is meant for internal use by the Graph module. Class Methods
Object Methods
AUTHOR AND COPYRIGHTJarkko Hietaniemi jhi@iki.fi LICENSEThis module is licensed under the same terms as Perl itself.
|