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

◆ vec_locate_lead_term()

const vecterm * PolyRingQuotient::vec_locate_lead_term ( const FreeModule * F,
vec v ) const
inlinevirtual

Implements PolynomialRing.

Definition at line 460 of file polyquotient.hpp.

461 {
462 // Returns a pointer to the lead vector of v.
463 // This works if F has a Schreyer order, or an up/down order.
464 return numerR_->PolyRing::vec_locate_lead_term(F, v);
465 }
const PolyRing * numerR_
Definition polyring.hpp:125

References PolynomialRing::numerR_.