Home > mpt > @polytope > ne.m

ne

PURPOSE ^

NE Checks if two polytopes are not equal

SYNOPSIS ^

function status = ne(P,Q,Options)

DESCRIPTION ^

NE Checks if two polytopes are not equal

 status = ne(P,Q,Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 STATUS = NE(P,Q) returns TRUE (1) if P~=Q

 USAGE:
   P~=Q
   ne(P,Q)
   ne(P,Q,Options)

 NOTE:
  if P and/or Q are arrays of polytopes, STATUS is a matrix(vector) of statements

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 P,Q              - Polytopes
 Options.rel_tol  - relative tolerance
 Options.abs_tol  - absolute tolerance

 Note: If Options is missing or some of the fields are not defined, the default
       values from mptOptions will be used

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 status           - Logical statement

 see also EQ, LE, GE, LT, GT

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003