slm.fit(x,y,method, ...)
slm.wfit(x,y,weights,...)
slm.fit.csr(x, y, ...)csr is supported currentlyslm consisting of:slm.fit and slm.wfit call slm.fit.csr
to do Cholesky decomposition
and then backsolve to obtain the least squares estimated coefficients.
These functions can be called directly if the user is willing to
specify the design matrix in matrix.csr form. This is often
advantageous in large problems to reduce memory requirements.slm