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

dim.polyMatrix

The dimension of a polynomial matrix


Description

Retuns the value of the $dim element of the given polyMatrix object. Does not check the validity of the $dim element.

Usage

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

Arguments

x

a 'polyMatrix' class object

Value

A 2 element vector which contains the dimension parameters

Examples

dim(matrix(1:12,3,4)) # dim of a real matrix

A <- polyMgen.a()
class(A)# polyMarray
dim(A) # dim of a 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.