Further methods


Functions

monomial_tmon_generate_by_degree (uint32_t *len, const uint8_t n, const uint32_t d)

Function Documentation

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 $\binom{n+d}{d}$, which is also the value of *len on exit.

Note:
The argument n is not being used. It is only present here to maintain a consistent interface between the two implementations MONF and MONV.


Generated on Sat Nov 14 23:24:27 2009 for MONF by  doxygen 1.5.6