Opened 15 years ago
Last modified 15 years ago
#793 closed doubt
Malfunction in Sort Matrix function — at Initial Version
Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | 1.1.7 |
Severity: | normal | Keywords: | |
Cc: |
Description
I would expect that
Matrix mat = Rand(100, 1, 0, 30);
Matrix matS = Sort(mat, SetOfReal(1));
puts in order the matrix mat, however it seems do nothing.
Can someone help me? Thanks...
Note: See
TracTickets for help on using
tickets.