Home > matgraph > @partition > nv.m

nv

PURPOSE ^

nv(p) --- number of vertices (elements) of a partition

SYNOPSIS ^

function n = nv(p)

DESCRIPTION ^

 nv(p) --- number of vertices (elements) of a partition

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function n = nv(p)
0002 % nv(p) --- number of vertices (elements) of a partition
0003 n = size(p.array,2);

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