The source project of this merge request has been removed.
Increased speed of l_to_sigma using numba
~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.