6 for (
int i=0; i<m[0]; ++i)
15 for (
int i=0; i<m[0]-1; ++i)
17 o << m[m[0]-1] <<
"]";
19 o <<
"val=" << m[1] <<
" comp= " << m[3] <<
" [";
20 for (
int i=3; i<m.
size(); ++i)
22 o <<
"]" << std::endl;
std::ostream & operator<<(std::ostream &o, const Monom &m)
Modern Monom / Polynomial value types shared by NC algebras and the refactored F4.
Monom extended with a module component, a stored index, and a memoised hash — the value type of IntsS...
Non-owning view onto a [length, degree, v1, v2, ..., vn] packed monomial in some externally managed b...