SuiteSparse Installation: Cannot open include file: 'regex.h'

조회 수: 20 (최근 30일)
Dylan Zaluski
Dylan Zaluski 2018년 10월 19일
I am having issues installing SuiteSparse in Matlab. I am using the 5.3 version, downloaded from http://faculty.cse.tamu.edu/davis/suitesparse.html, and using the Visual Studio 2017 C++ compiler. When I run SuiteSparse_install, I get the following error:
c:\users\dylan\documents\school\masters\suitesparse\metis-5.1.0\gklib\GKlib.h(68): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory
And UMFPACK, KLU, CHOLMOD, SuiteSparseQR fail to install. Has anyone got any experience with this, or could point me in the right direction for assistance? I need the sparse2 and spqr functions for my code, as I have a very large over-determined, sparse system to solve, and it is giving Matlab's mldivide a rough time. Thanks!
  댓글 수: 4
Jorge Barrasa Fano
Jorge Barrasa Fano 2019년 3월 6일
Hi Dylan,
Thanks for your reply :) I ended up doing the same and it worked.
Humberto Brambila de Salles
Humberto Brambila de Salles 2020년 9월 22일
Dylan, you are the real MVP! I've been trying this for so long! Thank you so much!!

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

답변 (1개)

Royi Avital
Royi Avital 2019년 4월 25일
편집: Royi Avital 2020년 5월 16일
Why would you need SuiteSparse in MATLAB?
I though MATLAB uses SuiteSparse to begin with.
  댓글 수: 6
Dylan Zaluski
Dylan Zaluski 2020년 5월 16일
This really depends on your situation, and the structure of your matrix. It has faster cholesky decomposition functions, as well as a faster QR method. For my own work, I needed the spqr_solve function for solving least-squares problems, and the performance benefit was substantial. You'll just need to try it out for yourself and see if it provides a speedup. It is very easy to install and use. Check the documentation out to find out if it has what you need. And no, it does not provide any improved Mat Vec or Mat Mat product functions. Check out the Intel MKL BLAS library for that.
Royi Avital
Royi Avital 2020년 5월 31일
Dylan, MATLAB uses SuiteSparse for QR of Sprase Matrices to begin with (It's built in). It also uses MKL for BLAS things. Could you show a sample code you get improvement from?

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by