Python wrapper for SuiteSparseQR This module wraps theSuiteSparseQRdecomposition function for use withSciPy. This is Matlab's sparse[Q,R,E] = qr(). For some reason, no one ever wrapped that function of SuiteSparseQR for Python. Also wrapped are the SuiteSparseQR solvers forA x = bfor t...