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

◆ gbvector_reduce_lead_term() [1/2]

void GBRing::gbvector_reduce_lead_term ( const FreeModule * F,
const FreeModule * Fsyz,
gbvector * flead,
gbvector *& f,
gbvector *& fsyz,
const gbvector * g,
const gbvector * gsyz )

Definition at line 1015 of file gbring.cpp.

1022{
1023 ring_elem junk;
1024 gbvector_reduce_lead_term(F, Fsyz, flead, f, fsyz, g, gsyz, false, junk);
1025}
void gbvector_reduce_lead_term(const FreeModule *F, const FreeModule *Fsyz, gbvector *flead, gbvector *&f, gbvector *&fsyz, const gbvector *g, const gbvector *gsyz, bool use_denom, ring_elem &denom)
Definition gbring.cpp:944

References gbvector_reduce_lead_term().