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:
eq
test if p == q
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 Thu 13-Mar-2008 14:23:52 by
m2html
© 2003