Macaulay2 Engine
Loading...
Searching...
No Matches
CoefficientRingType Struct Reference

Default CoefficientRingType parameter for Polynomial<...>: a thin trait whose ElementType is just ring_elem. More...

#include <Polynomial.hpp>

Public Types

typedef ring_elem ElementType

Detailed Description

Default CoefficientRingType parameter for Polynomial<...>: a thin trait whose ElementType is just ring_elem.

Note
AI-generated documentation. Verify against the source before relying on it.

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.


The documentation for this struct was generated from the following file: