Matrix library (Linear Algebra)
-
Updated
Jul 23, 2024 - Kotlin
Matrix library (Linear Algebra)
This repository contains a MATLAB implementation of LU Decomposition, a method used to solve systems of linear equations, find matrix inverses, and compute determinants. The algorithm decomposes a square matrix A into the product of a lower triangular matrix L and an upper triangular matrix U.
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++.
Contents for my Masters thesis "Optimized Block-Level Matrix Inversion Kernels for Small, Batched Matrices on GPUs"
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."