I have a huge sparse function L (10 million*10 million). It is not symmetric. Most off-diagonals are zeros. I want to solve for sol=L\R with matlab. It is very slow. So I tried Cholosky factorization using "klu" function from SuiteSparse. However, it reports "klu mexFunction not found". Does anyone know what's the problem, or have any better suggestions?
댓글 수: 1
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/344294-solve-large-linear-system-of-equations-with-klu-function#comment_460852
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/344294-solve-large-linear-system-of-equations-with-klu-function#comment_460852
댓글을 달려면 로그인하십시오.