Parvfect / HelixWorks

Code for the Channels and Decoding Methods
0 stars 1 forks source link

Speeding up H to G #16

Open Parvfect opened 1 year ago

Parvfect commented 1 year ago

Currently biggest bottleneck in pipeline due to Sympy's rref method. Should be streamlined if I implement my own I'm sure.

Parvfect commented 1 year ago
image

Modern coding Theory

Parvfect commented 1 year ago

Could take advantage of sparesness of code to improve complexity from n^2

Parvfect commented 12 months ago

Use nullspace to encode - Alberto's method is faster