Inverse and backslash \ division

I have come up with a more efficient method than the SaticArrays method for an underdetermined system:

For underdetermined systems, my new method is about ~20x faster than the SMatrix and it is numerically stable. However, for overdetermined cases, I am falling back on the traditional normal equations, which are less numerically stable.