Home > matgraph > @permutation > ne.m

ne

PURPOSE ^

test if p ~= q

SYNOPSIS ^

function tf = ne(p,q)

DESCRIPTION ^

 test if p ~= q

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tf = ne(p,q)
0002 % test if p ~= q
0003 tf = ~eq(p,q);

Generated on Fri 05-Feb-2010 13:55:18 by m2html © 2003