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

◆ index_of_var()

int M2FreeAlgebraQuotient::index_of_var ( const ring_elem a) const
virtual

Reimplemented from Ring.

Definition at line 64 of file M2FreeAlgebraQuotient.cpp.

65{
66 return m2FreeAlgebra().index_of_var(a);
67}
virtual int index_of_var(const ring_elem a) const
const M2FreeAlgebra & m2FreeAlgebra() const

References M2FreeAlgebra::index_of_var(), and m2FreeAlgebra().