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

◆ pseudo_division()

TowerPolynomial DPoly::pseudo_division ( int level,
TowerPolynomial & f,
const TowerPolynomial g )

Definition at line 1104 of file dpoly.cpp.

1105{
1106 (void) level;
1107 (void) f;
1108 if (g == nullptr) return nullptr;
1109 // TODO: write
1110 return nullptr;
1111}