Parvfect / HelixWorks

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

Speeding up H to G #16

Open Parvfect opened 8 months ago

Parvfect commented 8 months 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 8 months ago
image

Modern coding Theory

Parvfect commented 8 months ago

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

Parvfect commented 7 months ago

Use nullspace to encode - Alberto's method is faster