Baseclass

ndpoly([exponents, shape, names, dtype, ...])

Polynomial as numpy array.

ndpoly.coefficients

Polynomial coefficients.

ndpoly.dtype

Datatype of the polynomial coefficients.

ndpoly.exponents

Polynomial exponents.

ndpoly.indeterminants

Polynomial indeterminants.

ndpoly.keys

The raw names of the coefficients.

ndpoly.names

Same as indeterminants, but only the names as string.

ndpoly.values

Expose the underlying structured array.

ndpoly.KEY_OFFSET

Internal number off-set between exponent and its stored value.