Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

t.polyMatrix

Matrix transpose of a polyMatrix class object


Description

The method first convert the storage method of the given polyMatrix object to polyMdlist class interpretation, then flips the polyMatrix over its diagonal.

Usage

## S3 method for class 'polyMatrix'
t(x)

Arguments

x

polyMatrix class object

Value

A 'polyMdlist, polyMatrix' class object, the transposed version of the given x polynomial matrix.

See Also

The ‘t’ in the base package.

Examples

m <- matrix(1:12,3,4)
t(m) # the \code{base::t()} function

pa <- polyMgen.a()
pm <- t(pa)
dim(pm) # 3 x 2
class(pm) #  "polyMdlist" "polyMatrix"

polyMatrix

Infrastructure for Manipulation Polynomial Matrices

v0.3.1
MIT + file LICENSE
Authors
Tamas Prohle [aut], Peter Prohle [aut], Nikolai Ryzhkov [aut, cre], Ildiko Laszlo [aut] (<https://orcid.org/0000-0003-2324-8183>), Ulas Onat Alakent [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.