Up
Module type
Imperative.Matrix.S
module type
S =
sig
..
end
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
.