SETDIFF

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Find set difference of two vectors

Usage

Jacket for M Language
    Supported Syntax
    
c = setdiff(A, B)
[c,i] = setdiff(A, B)
where A and B are vectors.
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   COMPLEX 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/setdiff.html

Notes

Currently, only vector inputs are supported

See Also

INTERSECT, ISMEMBER, ISSORTED, SETXOR, UNION, UNIQUE

Views
Personal tools