Solve large linear system of equations with klu function

조회 수: 3 (최근 30일)
Xin
Xin 2017년 6월 11일
댓글: John D'Errico 2017년 6월 11일
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
John D'Errico
John D'Errico 2017년 6월 11일
I don't think you have tried Cholesky, if the matrix is not symmetric. KLU is probably an LU factorization. Regardless, you may not have it properly installed, or are not using it properly. Contacting the source is always the best solution.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by