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 Fri 05-Feb-2010 13:55:18 by m2html © 2003