ApplyUnivariateSkewPolynomial(R, M, P)ΒΆ
ore.spad line 269 [edit on github]
R: Ring
M: LeftModule R
ApplyUnivariateSkewPolynomial
(internal) allows univariate skew polynomials to be applied to appropriate modules.
- apply: (P, M -> M, M) -> M
apply(p, f, m)
returnsp(m)
where the action is given byx m = f(m)
.f
must be anR
-pseudo linear map onM
.