|
Macaulay2 Engine
|
#include "tower.hpp"#include "ExponentList.hpp"#include "dpoly.hpp"#include "ring.hpp"#include "ringmap.hpp"#include "polyring.hpp"#include "monoid.hpp"#include "relem.hpp"Go to the source code of this file.
Classes | |
| class | TowerEvaluator |
| DPolyTraverser subclass that evaluates a tower polynomial under a RingMap. More... | |
Macros | |
| #define | TOWER_POLYNOMIAL_VAL(f) |
Functions | |
| const RingElement * | towerGCD (const RingElement *F, const RingElement *G) |
| const RingElement * | towerExtendedGCD (const RingElement *F, const RingElement *G, const RingElement **A, const RingElement **B) |
| const RingElement * | rawTowerTranslatePoly (const Ring *newRing, const RingElement *F) |