Home > matgraph > @permutation > length.m

length

PURPOSE ^

length(p) gives the size of the permutation

SYNOPSIS ^

function s = length(p)

DESCRIPTION ^

 length(p) gives the size of the permutation

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function s = length(p)
0002 % length(p) gives the size of the permutation
0003 s = length(p.array);

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