DenseUPolyRing

© 2007 Anna Bigatti
GNU Free Documentation License, Version 1.2



CoCoALib Documentation Index

User documentation for DenseUPolyRing

DenseUPolyRing is an abstract class (inheriting from PolyRing) representing rings of univariate polynomials written with *dense representation*: a polynomial is viewed abstractly as a vector of coefficients (belonging to the coefficient ring). Indices are long. All meaningful coefficients are in the positions 0 to deg. Between deg+1 and size-1 the coefficients are guaranteed to be valid and valued 0.

Zero polynomial is represented with myDegPlus1 = 0.

See RingElem DenseUPolyRing for operations on its elements.

Pseudo-constructors

Query and cast

Let R be an object of type ring.

Operations on a DenseUPolyRing

See PolyRing operations.

Maintainer documentation for DenseUPolyRing

Bugs, Shortcomings and other ideas

No maintainer doc!