Uses of Class
beowulf.model.VectorMatrix

Packages that use VectorMatrix
beowulf.model.graph   
 

Uses of VectorMatrix in beowulf.model.graph
 

Fields in beowulf.model.graph declared as VectorMatrix
protected  VectorMatrix UndirectedGraph.transitionMatrix
          A matrix in that holds transitions between nodes.
protected  VectorMatrix Graph.transitionMatrix
          A matrix in that holds transitions between nodes.