Home > matgraph > @partition > ne.m

ne

PURPOSE ^

ne(p,q) --- p ~= q checks if p and q are different

SYNOPSIS ^

function yn = ne(p,q)

DESCRIPTION ^

 ne(p,q) --- p ~= q checks if p and q are different

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function yn = ne(p,q)
0002 % ne(p,q) --- p ~= q checks if p and q are different
0003 yn = ~(p==q);

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