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

◆ get_part()

virtual ring_elem PolyRingQuotient::get_part ( const std::vector< int > & wts,
const ring_elem f,
bool lobound_given,
bool hibound_given,
long lobound,
long hibound ) const
inlinevirtual

Implements PolynomialRing.

Definition at line 345 of file polyquotient.hpp.

351 {
352 return numerR_->PolyRing::get_part(
353 wts, f, lobound_given, hibound_given, lobound, hibound);
354 }
const PolyRing * numerR_
Definition polyring.hpp:125

References PolynomialRing::numerR_.