Skip to content

It solves systems of linear equations with both real and complex coefficients and shows possible solutions when underdetermined.

License

Notifications You must be signed in to change notification settings

ghinanto/silver-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silver Solver

Risolve sistemi lineari a coefficienti reali o complessi e mostra le possibili soluzioni nel caso di sistemi indeterminati.

Dependencies

Standard Library del C++. In particolare è necessario g++-10 per utilizzare la concepts library. Per installarlo su Ubuntu:

$ sudo apt install gcc-10

Viene utilizzato Cmake per produrre i file di ninja, e ninja per compilare. Per installarli su Ubuntu:

$ sudo apt install cmake ninja-build

Build

Dalla top directory

$ ls
CMakeLists.txt inc src
$ mkdir build
$ cd build
$ cmake -G Ninja -D CMAKE_CXX_COMPILER=g++-10 ../
$ ninja

Quindi per invocare il programma

$ ./silver-solver

About

It solves systems of linear equations with both real and complex coefficients and shows possible solutions when underdetermined.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published