Suppose I have a large $n\times{}n$ matrix with $n>1000$ say. I would like to find the quickest way to check if it is positive definite. My matrices are sparse so at the moment I am using sparse matrices in Matlab and the command 'chol'. Is there a quicker way (preferably in Matlab)? Thanks!
My matrices are banded, if that helps.