These operators allow for algebraic manupulation of graph adjacency matrices.
这些运营商允许为代数manupulation图的邻接矩阵。
用法----------Usage----------
x %c% y
参数----------Arguments----------
参数:x
an (unvalued) adjacency matrix.
(不定值)的邻接矩阵。
参数:y
another (unvalued) adjacency matrix.
(不定值)的邻接矩阵。
Details
详细信息----------Details----------
Currently, only one operator is supported. x %c% y returns the adjacency matrix of the composition of graphs with adjacency matrices x and y (respectively). (Note that this may contain loops.)
目前,只有一个操作员支持。 x %c% y返回的组成图的邻接矩阵与邻接矩阵x和y(分别)。 (请注意,这可能包含循环。)
值----------Value----------
The resulting adjacency matrix.
由此产生的邻接矩阵。
(作者)----------Author(s)----------
Carter T. Butts <a href="mailto:buttsc@uci.edu">buttsc@uci.edu</a>