Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 518 Bytes

Linear System Solvers

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.