I am trying to use sparseinv (sparseinv,sparseinv_install, parseinv_test) but it gave me an error.
조회 수: 7 (최근 30일)
이전 댓글 표시
I am trying to use sparseinv (sparseinv,sparseinv_install, parseinv_test) but it gave me an error. Any help would be much appreciated.
=======================
Undefined function or variable 'sparseinv_mex'.
Error in sparseinv (line 59)
[Z takflops] = sparseinv_mex (L, d, U', Zpattern) ;
===========================
댓글 수: 1
James Tursa
2018년 3월 7일
Did you run sparsinv_install to compile the mex routine? The error message states that it cannot find the compiled mex routine.
답변 (3개)
Mojgan Soltan
2018년 3월 7일
편집: Walter Roberson
2018년 3월 7일
댓글 수: 5
Walter Roberson
2018년 3월 7일
Odd, when I look at your copy of sparseinv_install I can see that it does not have 50 characters on line 1 either.
What shows up for
which -all sparseinv_install
Mojgan Soltan
2018년 3월 7일
편집: Walter Roberson
2018년 3월 7일
댓글 수: 1
Walter Roberson
2018년 3월 7일
Please do not start a new Answer to add a response. You should click on "Comment on this Answer" instead.
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!