Sequential and Parallel implementations of LU decomposition that use Gaussian elimination to factor a dense N x N matrix into an upper-triangular one and a lower-triangular one in C++.
-
Updated
Feb 15, 2024 - C++
Sequential and Parallel implementations of LU decomposition that use Gaussian elimination to factor a dense N x N matrix into an upper-triangular one and a lower-triangular one in C++.
Add a description, image, and links to the ludecomposition topic page so that developers can more easily learn about it.
To associate your repository with the ludecomposition topic, visit your repo's landing page and select "manage topics."