Selections
There is a set of routines which allows you to work directly
with a POLYNOMobject. These are, first of all, selection routines for the selection of
self and next parts:
- NAMES: The routine names
s_po_n,
s_po_s,
s_po_si,
s_po_sii.
They abbreviate
select_polynom_next,
select_polynom_self,
and
select_polynom_self_ith_element,
select_polynom_self_ith_element_as_INT,
The names of the corresponding Macros are
S_PO_N,
S_PO_S ,
S_PO_SI,
S_PO_SII.
- DESCRIPTION:
The routines for the selection of coefficients are
- NAMES:
s_po_k,
s_po_ki,
which abbreviate
select_polynom_koeff,
select_polynom_koeff.
The corresponding macros are denoted by
S_PO_K,
S_PO_KI.
- SYNOPSIS:
OP S_PO_K(OP p),
INT S_PO_Ki(OP p).
- DESCRIPTION:
harald.fripertinger@kfunigraz.ac.at,
last changed: November 19, 2001