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

◆ index_of_var()

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

Reimplemented in FractionField, LocalRing, M2FreeAlgebra, M2FreeAlgebraQuotient, PolynomialRing, PolyRing, PolyRingQuotient, and Tower.

Definition at line 423 of file ring.cpp.

424{
425 (void) a;
426 return -1;
427}

Referenced by IM2_RingElement_index_if_var().