-
-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Milestone
Description
codes.HammingCode
is not a constructor for a class, but a method which builds a generic linear code.
This ticket proposes a class implementation of Hamming codes, using the API introduced in #18099 which properly sets Hamming codes as a class. It also comes with a new generic encoder for codes built from a parity check matrix.
CC: @wdjoyner @ppurka @ClementPernet
Component: coding theory
Author: David Lucas
Branch/Commit: 2b6875a
Reviewer: Clément Pernet
Issue created by migration from https://trac.sagemath.org/ticket/19930