Coerece to polynomial object
as.polm.Rd
Coerece to polynomial object
Arguments
- obj
lpolm
object- ...
other arguments
Value
polm
object
Examples
lp = lpolm(1:3, min_deg = 1)
as.polm(lp)
#> ( 1 x 1 ) matrix polynomial with degree <= 3
#> z^0 [,1] z^1 [,1] z^2 [,1] z^3 [,1]
#> [1,] 0 1 2 3