The dimension of a polynomial matrix
Retuns the value of the $dim element of the given polyMatrix object.
Does not check the validity of the $dim element.
## S3 method for class 'polyMatrix' dim(x)
x |
a 'polyMatrix' class object |
A 2 element vector which contains the dimension parameters
dim(matrix(1:12,3,4)) # dim of a real matrix A <- polyMgen.a() class(A)# polyMarray dim(A) # dim of a polyMatrix
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.