ore.spad line 269 [edit on github]
ApplyUnivariateSkewPolynomial
(internal) allows univariate skew polynomials to be applied to appropriate modules.
apply(p, f, m)
returns p(m)
where the action is given by x m = f(m)
. f
must be an R
-pseudo linear map on M
.