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

◆ appendQuotientElement()

void QRingInfo::appendQuotientElement ( Nterm * f,
gbvector * g )
protected

Definition at line 12 of file qring.cpp.

13{
14 quotient_ideal.push_back(f);
15 quotient_gbvectors.push_back(g);
16}

Referenced by QRingInfo_field::QRingInfo_field(), and QRingInfo_ZZ::QRingInfo_ZZ().