Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
lists and sequences
»
rsort
»
rsort(...,DegreeOrder=>...)
next |
previous
|
forward
|
backward
|
up
|
index
|
toc
rsort(...,DegreeOrder=>...) -- specify Ascending, Descending, or null
Description
The meaning is the same as from
sort(...,MonomialOrder=>...)
.
Functions with optional argument named
DegreeOrder
:
rsort(...,DegreeOrder=>...)
-- specify Ascending, Descending, or null
sort(...,DegreeOrder=>...)
-- specify Ascending, Descending, or null
sortColumns(...,DegreeOrder=>...)
-- specify Ascending, Descending, or null
Further information
Default value:
null
Function:
rsort
-- sort a list or matrix in reverse order
Option key:
DegreeOrder
-- an optional argument
The source of this document is in
Macaulay2Doc/functions/rsort-doc.m2:35:0
.