Functions | |
monomial_t * | mon_generate_by_degree (uint32_t *len, const uint8_t n, const uint32_t d) |
monomial_t* mon_generate_by_degree | ( | uint32_t * | len, | |
const uint8_t | n, | |||
const uint32_t | d | |||
) |
Generates all monomials in _N_ + 1
variables of total degree d
.
This method returns an array of length , which is also the value of
*len
on exit.
n
is not being used. It is only present here to maintain a consistent interface between the two implementations MONF and MONV.