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