angel-badillo-hernandez / Parallel-Determinant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculating Determinant of Square Matrices with Doolittle Algorithm

Using Multhreading in C++ for Parallelization

These groups of C++ programs in folders 16_threads, 32_threads, and serial contain different versions of solution for calculating the determinant of a square matrix using the Doolittle algorithm. The parallized solutions utilize C++ threads to evenly distribute the work amongst the allocated threads in order to achieve a substantial speedup.

About


Languages

Language:C++ 85.3%Language:Shell 14.7%