Construction of the Generator matrix in Linear Codes with parity check matrices

Issue #102 resolved
Clément Pernet created an issue

Do we want to

1/ construct the gen mat immediately upon construction

2/ construct it at the first time where it is needed (then need a dedicated encoder named EncoderFromParityCheckMatrix that computes the kernel)

3/ Class inheritance

Abstract LC

LinearCode : Abstract LC

FromGM: LinearCode

FromPC: LinearCode

Comments (4)

  1. Log in to comment