ParallelIntegrationTools(R, V, P)ΒΆ
intrf.spad line 184 [edit on github]
R: Field
V: OrderedSet
P: PolynomialCategory(R, IndexedExponents V, V)
undocumented
- split: (P, P -> P) -> Record(normal: P, special: P)
split(p, D)
returns[n,s]
such thatp = n s
, all the squarefree factors ofn
are normalw
.r
.t
.D
, ands
is specialw
.r
.t
.D
.D
is the derivation to use.