VectorPolynomialOperationsF KΒΆ

u32vec.spad line 988 [edit on github]

undocumented

degree: PrimitiveArray K -> Integer

degree(v) is degree of v treated as polynomial

pa_to_sup: PrimitiveArray K -> SparseUnivariatePolynomial K

pa_to_sup(v) converts vector of coefficients to a polynomial

to_mod_pa: SparseUnivariatePolynomial K -> PrimitiveArray K

to_mod_pa(s) converts polynomial to vector