< Master index Index for matgraph/@partition >

Index for matgraph/@partition

Matlab files in this directory:

 arrayarray(p) --- return a single array showing the part numbers of elements.
 checkcheck(p) --- check that the datastructure holding p is a valid partition
 displaydisplay(p) --- used to display paritions to the console
 eqeq(p,q) --- p==q checks if two partitions are equal
 mergemerge(p,x,y) --- form a partition from p by combining x and y's parts.
 mtimesmtimes(p,q) --- p*q is the meet of the partitions p and q
 nene(p,q) --- p ~= q checks if p and q are different
 npnp(p) --- number of parts in the partition p
 nvnv(p) --- number of vertices (elements) of a partition
 partitionpartition --- constructor for the partition class
 partsparts(p) --- returns the parts of p in a cell array
 plusplus --- p+q is the join of p and q
 sizesize(p) --- returns [nv,np]: number of vertices, parts.
 subsrefsubsref --- implements the notation p(v) and p(v,w)

Generated on Thu 13-Mar-2008 14:23:49 by m2html © 2003