Macaulay2 Engine
Loading...
Searching...
No Matches

◆ multi_degree() [1/2]

bool M2FreeAlgebraQuotient::multi_degree ( const Poly * f,
monomial already_allocated_degree_vector ) const
virtual

Definition at line 362 of file M2FreeAlgebraQuotient.cpp.

363{
364 return freeAlgebraQuotient().multi_degree(*f, d);
365}
bool multi_degree(const Poly &f, monomial already_allocated_degree_vector) const
const FreeAlgebraQuotient & freeAlgebraQuotient() const

References freeAlgebraQuotient(), monomial, and FreeAlgebraQuotient::multi_degree().