CUDA
C/C++    Fortran   

Matrix sort. More...

List of all members.

Public Member Functions

type(arrayarray_sort (A)
 Sort an array.

Detailed Description

Matrix sort.

Parameters:
[in]A- Matrix
Returns:
B whose columns are in sorted order of A
 type(array) A, B
 A = randu(10, 10)  ! Random matrix
 B = sort(A)        ! sort each column

The documentation for this interface was generated from the following file: