Graph::Matrix

Graph::Matrix is a Perl module to create and manipulate a V x V matrix of graph G.
Download

Graph::Matrix Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jarkko Hietaniemi
  • Publisher web site:
  • http://search.cpan.org/~jhi/

Graph::Matrix Tags


Graph::Matrix Description

Graph::Matrix is a Perl module to create and manipulate a V x V matrix of graph G. Graph::Matrix is a Perl module to create and manipulate a V x V matrix of graph G.SYNOPSIS use 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)This module is meant for internal use by the Graph module.Class Methodsnew($g) Construct a new Matrix from the Graph $g.Object Methodsget($u, $v) Return the value at the edge from $u to $v.set($u, $v, $val) Set the edge from $u to $v to value $val. Requirements: · Perl


Graph::Matrix Related Software