Skip to content

Increased speed of l_to_sigma using numba

Michiel Cottaar requested to merge (removed):numba_matmul into master

~40% increase in speed by replacing matrix multiplication with numba. This speedup is achieved because the numba impementation can use the fact that the matrixis a lower diagonal matrix.

Merge request reports