comparison libinterp/interpfcn/data.cc @ 15467:049e8bbff782

maint: periodic merge of stable to default
author John W. Eaton <jwe@octave.org>
date Mon, 01 Oct 2012 18:30:44 -0400
parents src/data.cc@d174210ce1ec src/data.cc@4db96357fec9
children f0dfdc7faa71
comparison
equal deleted inserted replaced
15465:ded4ce76ee7a 15467:049e8bbff782
6207 %!error sort () 6207 %!error sort ()
6208 %!error sort (1, 2, 3, 4) 6208 %!error sort (1, 2, 3, 4)
6209 */ 6209 */
6210 6210
6211 // Sort the rows of the matrix @var{a} according to the order 6211 // Sort the rows of the matrix @var{a} according to the order
6212 // specified by @var{mode}, which can either be `ascend' or `descend' 6212 // specified by @var{mode}, which can either be 'ascend' or 'descend'
6213 // and return the index vector corresponding to the sort order. 6213 // and return the index vector corresponding to the sort order.
6214 // 6214 //
6215 // This function does not yet support sparse matrices. 6215 // This function does not yet support sparse matrices.
6216 6216
6217 DEFUN (__sort_rows_idx__, args, , 6217 DEFUN (__sort_rows_idx__, args, ,