Skip to content

Commit

Permalink
Fix incorrect GF on Array Classes page
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 9, 2022
1 parent 4679e20 commit 87ec4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/basic-usage/array-classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ A :obj:`~galois.FieldArray` subclass is created using the class factory function
GF = galois.GF(109987, 4, irreducible_poly="x^4 + 3x^2 + 100525x + 3", primitive_element="x", verify=False)
print(GF.properties)
@suppress
GF = galois.GF(3**5)
The `GF` class is a subclass of :obj:`~galois.FieldArray` and a subclasses of :obj:`~numpy.ndarray`.

Expand Down

0 comments on commit 87ec4fc

Please sign in to comment.