[SciPy-user] howto construct matrix A: dot(A.T, A) is positive-definite

dmitrey dmitrey.kroshko at scipy.org
Fri Oct 5 08:53:38 EDT 2007


hi all,

howto construct matrix A of shape (m,n): dot(A.T, A) is positive-definite?

I try to translate some matlab code (box-bounded linear least squares) 
to Python, and I constantly get
"LinAlgError: Matrix is not positive definite -         Cholesky 
decomposition cannot be computed"

Maybe it's because I comment those lines of using colmmd func (Sparse 
column    minimum degree permutation)-
can it be the reason?

Thank you in advance for your suggestions, D.




More information about the SciPy-User mailing list