ISSORTED

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Determine whether set elements are in sorted order

Usage

Jacket for M Language
    Supported Syntax
    
TF = issorted(A)
TF = issorted(A, 'rows')
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   GLOGICAL   GINT32   INT8   GUINT32   GUINT8   COMPLEX 

Types Not Supported

-

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/issorted.html


See Also

SORT, SORTROWS, ISMEMBER, UNIQUE, INTERSECT, UNION, SETDIFF, SETXOR, IS

Personal tools