LinearCodeFromCheckMatrix construction should be part of LinearCode constructor

Issue #70 new
Johan Rosenkilde created an issue

Instead of having a function with the apt name LinearCodeFromCheckMatrix, we could add an optional argument to LinearCode.__init__ called parity_check_matrix=False, indicating whether the given matrix is generator or parity check.

Comments (0)

  1. Log in to comment