Macaulay2 Engine
Loading...
Searching...
No Matches
tower.cpp File Reference
#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 RingElementtowerGCD (const RingElement *F, const RingElement *G)
const RingElementtowerExtendedGCD (const RingElement *F, const RingElement *G, const RingElement **A, const RingElement **B)
const RingElementrawTowerTranslatePoly (const Ring *newRing, const RingElement *F)