Previous
Up
Module
Imperative.Matrix.Graph
module
Graph:
S
Imperative Undirected Graphs implemented with adjacency matrices.
include
Sig.I
val
make
:
int -> t
Creation. graphs are not resizeable: size is given at creation time. Thus
make
must be used instead of
create
.