issues
search
xiaoyeli
/
superlu
Supernodal sparse direct solver. https://portal.nersc.gov/project/sparse/superlu/
Other
280
stars
96
forks
source link
Rename complex occurences to singlecomplex
#116
Closed
lysnikolaou
closed
1 year ago
lysnikolaou
commented
1 year ago
This is to avoid conflicts in packages that use both the
complex.h
header and SuperLU.
Changes all occurences of
complex
to
singlecomplex
.
Adds a patch file to
CBLAS
, so that it's easy to apply, in case the vendored version needs to be updated.
Closes #115.
xiaoyeli
commented
1 year ago
merged
complex.h
header and SuperLU.complex
tosinglecomplex
.CBLAS
, so that it's easy to apply, in case the vendored version needs to be updated.Closes #115.