galois.typing

The galois.typing subpackage contains type aliases for common types used in the galois library.

ElementLike

A Union representing objects that can be coerced into a Galois field element.

IterableLike

A Union representing iterable objects that can be coerced into a Galois field array.

ArrayLike

A Union representing objects that can be coerced into a Galois field array.

ShapeLike

A Union representing objects that can be coerced into a NumPy shape tuple.

DTypeLike

A Union representing objects that can be coerced into a NumPy data type.

PolyLike

A Union representing objects that can be coerced into a polynomial.


Last update: May 18, 2022