SORTROWS

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Sort rows in ascending order

Usage

Jacket for M Language
    Supported Syntax
    
B = sortrows(A)
B = sortrows(A,column)
[B,index] = sortrows(A,...)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   INT8   GUINT32   GUINT8   COMPLEX 

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


See Also

ISSORTED, SORT

Personal tools