Hi, dear contributers,
I downloaded this code in 2016 Sep 7, and find some error when compiling, maybe it is because the code is sort of old. I have fixed it by several adjustment:
My enviroment is Arch Linux
-
There is <iostream> missing in include/DenseMatrix.h and include/SpraseMatrix.h, just add #include <iostream> can fix it
-
UF_long is no longer used and is replaced by SuiteSprase_long, so I just replace UF_long in src/SpraseMatrix.cpp and src/SpraseMatrix.inl
-
all my SuiteSprase libs are .so file so there would be error undefined reffer to 'umfpack...' , simplily add -lumfpack to LIBFLAG can solve this problem
sincerely
Hi, dear contributers,
I downloaded this code in 2016 Sep 7, and find some error when compiling, maybe it is because the code is sort of old. I have fixed it by several adjustment:
My enviroment is Arch Linux
There is
<iostream>missing ininclude/DenseMatrix.handinclude/SpraseMatrix.h, just add#include <iostream>can fix itUF_longis no longer used and is replaced bySuiteSprase_long, so I just replaceUF_longinsrc/SpraseMatrix.cppandsrc/SpraseMatrix.inlall my SuiteSprase libs are .so file so there would be error undefined reffer to 'umfpack...' , simplily add
-lumfpackto LIBFLAG can solve this problemsincerely