orderedQspray {qspray}R Documentation

Ordered 'qspray'

Description

Reorders the terms of a qspray object according to the lexicographic order of the powers. This function is rather used internally only but it is exported for internal usage in other packages.

Usage

orderedQspray(qspray)

Arguments

qspray

a qspray object

Value

A qspray object. It defines the same polynomial as the input qspray object but it is ordered.

Examples

qspray <- rQspray()
qspray == orderedQspray(qspray) # should be TRUE

[Package qspray version 3.1.0 Index]