|
Macaulay2 Engine
|
Default CoefficientRingType parameter for Polynomial<...>: a thin trait whose ElementType is just ring_elem. More...
#include <Polynomial.hpp>
Public Types | |
| typedef ring_elem | ElementType |
Default CoefficientRingType parameter for Polynomial<...>: a thin trait whose ElementType is just ring_elem.
Used to instantiate the alias Poly = Polynomial<CoefficientRingType> — the non-commutative engine's standard polynomial type that stores coefficients as opaque engine ring_elems rather than as an aring-specific concrete element type.
Definition at line 333 of file Polynomial.hpp.