Test codes for sparse matrix computing.
Type the following command in your terminal to clone the repository.
git clone https://github.com/RyanBernX/spmat.git
In folder src
, type the following command to compile
make exec
to make executablesmain.x
make lib
to make static librarylibeigpow.a
In folder ex02
, type the following command to compile
make exec
to make executablesmain.x