is.polyMatrix {polyMatrix} | R Documentation |
Check if object is polyMatrix
Description
Check if object is polyMatrix
Usage
is.polyMatrix(x)
Arguments
x |
an R object |
Value
TRUE if object is a polynomial matrix
Examples
is.polyMatrix(c(1, 2, 3))
is.polyMatrix(polyMatrix(0, 2, 2))
[Package polyMatrix version 0.9.16 Index]