Skip to content

High Performance Computing. Sparse matrix operations using multi-threading with OpenMP in C

License

Notifications You must be signed in to change notification settings

brucehow/matrix

Repository files navigation

Sparse Matrices

The motivation behind this project is to understand the fundamentals behind the time and space complexity of algebraic routines on sparse matrices, given different conditions. A major part of this project is understanding the im- portance of preconditioning, where the use of different preconditioners, which are the different sparse matrix representations; as well as multi-threading and parallelism, can lead to a significant reduction routine computation times.

Information regarding OpenMP multi-threading and the different sparse matrix representations have been covered in detail in the report.

Authors

License

This project is licensed under the MIT License.

About

High Performance Computing. Sparse matrix operations using multi-threading with OpenMP in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages