Linear System Solvers

December 1, 2021 ยท View on GitHub

This small library can bridge between our code and 3rd party libraries for solving the system of linear equations.

How To Use

There are several ways to use this small lib:

  • The quieckest way is using the provided makefiles (The Quick Use).
  • The best way is making the lib usind CMake.

The Quick Use

You can use provided makefiles to make the projec itself, a library from the project, and the tester of the library as well.