Sort matrix rows in ascending order. More...
Device pointer interface: Sort rows in ascending order | ||||||||||||||||||||||
| ||||||||||||||||||||||
| afError | af_sortrows_S (float *d_Y, unsigned *d_I, unsigned rows, unsigned cols, const float *d_X, unsigned numel_C, const int *h_C) | |||||||||||||||||||||
| Single-precision issorted. | ||||||||||||||||||||||
| afError | af_sortrows_D (double *d_Y, unsigned *d_I, unsigned rows, unsigned cols, const double *d_X, unsigned numel_C, const int *h_C) | |||||||||||||||||||||
| Double-precision issorted. | ||||||||||||||||||||||
Sort matrix rows in ascending order.
| afError af_sortrows_S | ( | float * | d_Y, |
| unsigned * | d_I, | ||
| unsigned | rows, | ||
| unsigned | cols, | ||
| const float * | d_X, | ||
| unsigned | numel_C, | ||
| const int * | h_C | ||
| ) |
Single-precision issorted.
| afError af_sortrows_D | ( | double * | d_Y, |
| unsigned * | d_I, | ||
| unsigned | rows, | ||
| unsigned | cols, | ||
| const double * | d_X, | ||
| unsigned | numel_C, | ||
| const int * | h_C | ||
| ) |
Double-precision issorted.