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

◆ index_of_var()

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

Reimplemented from Ring.

Definition at line 85 of file tower.cpp.

86{
87 TowerPolynomial f1 = TOWER_POLYNOMIAL_VAL(a);
88 return D->index_of_var(f1);
89}
DRing * D
Definition tower.hpp:66
#define TOWER_POLYNOMIAL_VAL(f)
Definition tower.cpp:12

References D, and TOWER_POLYNOMIAL_VAL.