Definition at line 237 of file NAG.cpp.
241{
244 for (
int i = 0;
i <
n;
i++)
245 {
249 else
250 {
255 prog.push_back(
n - 1 -
i);
256
258 }
259 }
261 if (
f !=
nullptr)
c++;
262 for (
int i = 0;
i <
n;
i++)
275 for (
int i = 0;
i <
n;
i++)
279}
Nterm * extract_divisible_by_x(Nterm *&ff, int i)
gmp_CC toBigComplex(const CCC *C, ring_elem a)
int poly_to_horner_slp(int n, gc_vector< int > &prog, gc_vector< element_type > &consts, Nterm *&f)
Field::element_type element_type
gc_vector< int > node_index
References add_constant_get_position(), C, Nterm::coeff, CONST_OFFSET, extract_divisible_by_x(), node_index, num_operations, p, poly_to_horner_slp(), slpMULTIsum, slpPRODUCT, toBigComplex(), and ZERO_CONST.
Referenced by make(), and poly_to_horner_slp().