SuiteSparse Installation: Cannot open include file: 'regex.h'
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dylan Zaluski
el 19 de Oct. de 2018
Comentada: Humberto Brambila de Salles
el 22 de Sept. de 2020
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 comentarios
Jorge Barrasa Fano
el 6 de Mzo. de 2019
Hi Dylan,
Thanks for your reply :) I ended up doing the same and it worked.
Humberto Brambila de Salles
el 22 de Sept. de 2020
Dylan, you are the real MVP! I've been trying this for so long! Thank you so much!!
Respuestas (1)
Royi Avital
el 25 de Abr. de 2019
Editada: Royi Avital
el 16 de Mayo de 2020
Why would you need SuiteSparse in MATLAB?
I though MATLAB uses SuiteSparse to begin with.
6 comentarios
Royi Avital
el 31 de Mayo de 2020
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?
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!