Home > matgraph > @partition > np.m

np

PURPOSE ^

np(p) --- number of parts in the partition p

SYNOPSIS ^

function m = np(p)

DESCRIPTION ^

 np(p) --- number of parts in the partition p

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function m = np(p)
0002 % np(p) --- number of parts in the partition p
0003 m = size(p.array,1);

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