Open Parvfect opened 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.
Modern coding Theory
Could take advantage of sparesness of code to improve complexity from n^2
Use nullspace to encode - Alberto's method is faster
Currently biggest bottleneck in pipeline due to Sympy's rref method. Should be streamlined if I implement my own I'm sure.