galois.Array

class galois.Array(x: ElementLike | ArrayLike, dtype: DTypeLike | None = None, copy: bool = True, order: 'K' | 'A' | 'C' | 'F' = 'K', ndmin: int = 0)

A ndarray subclass over a Galois field or Galois ring.

Important

Array is an abstract base class for FieldArray and cannot be instantiated directly.


Last update: May 17, 2022