Projects in Awesome Lists tagged with lu-decomposition
A curated list of projects in awesome lists tagged with lu-decomposition .
https://github.com/nomemory/neat-matrix-library
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
ansi-c c gauss-elimination gauss-jordan linear-algebra linear-algebra-library linear-algorithms lu-decomposition matrix neat nml reduced-row-echelon-form row-echelon-form
Last synced: 22 Jun 2025
https://github.com/mohamed82008/differentiablefactorizations.jl
Differentiable matrix factorizations using ImplicitDifferentiation.jl.
automatic-differentiation cholesky-decomposition eigendecomposition forward-mode-autodiff generalized-eigenvalue implicit-differentiation lu-decomposition matrix-decompositions matrix-factorization qr-decomposition reverse-mode-autodiff schur-decomposition svd svd-matrix-factorisation
Last synced: 14 Mar 2025
https://github.com/jchristopherson/linalg
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
blas cholesky-decomposition compressed-row-storage compressed-sparse-row eigenvalues eigenvectors fortran lapack linear-algebra lu-decomposition qr-decomposition singular-value-decomposition sparse-matrix
Last synced: 28 Feb 2026
https://github.com/ECP-Solutions/VBA-Expressions
A powerful string expression evaluator for VBA and LO Basic, which puts more than 100 mathematical, statistical, financial, date-time, logic and text manipulation functions at the user's fingertips.
basic cholesky-decomposition cholesky-factorization curve-fitting determinant-calculation equation-systems libreoffice lo-basic lu-decomposition mathematical-expression-parser mathematical-expressions-evaluator mathematics maths matrix-multiplication multivariate-linear-regression science statistical-models
Last synced: 30 Jul 2025
https://github.com/jbrown1618/vector
A linear algebra library for TypeScript and JavaScript
cholesky-decomposition gauss-jordan least-squares linear-algebra linear-algebra-library linear-regression lu-decomposition matrix matrix-calculations matrix-factorization matrix-multiplication qr-decomposition singular-value-decomposition svd typescript vector vector-math
Last synced: 22 Jan 2026
https://github.com/nenadmarkus/algogear
Minimalistic implementations of various algorithms for projects in machine learning and computer vision
decision-tree fft-library lu-decomposition matrix-multiplication weighted-median
Last synced: 05 Mar 2026
https://github.com/mpimd-csc/qrupdate-ng
Fork of the qrupdate library for future maintenance.
blas cholesky-decomposition lapack linear-algebra lu-decomposition matrix numerical-algorithms qr-decomposition
Last synced: 15 Mar 2026
https://github.com/rwl/gplu
Rust sparse LU decomposition using Gilbert and Peierls method
lu-decomposition rust sparse-linear-systems
Last synced: 15 Apr 2025
https://github.com/antoniopelusi/lu-solver
Assignments for High Performace Computing exam at Unimore, Modena, IT.
Last synced: 27 Feb 2026
https://github.com/rwl/blu
LU factorization with dynamic Markowitz search and columnwise threshold pivoting
lu-decomposition rust sparse-linear-systems
Last synced: 15 Apr 2025
https://github.com/rwl/lufact
Sparse LU factorization with partial pivoting using Gilbert and Peierls method
lu-decomposition sparse-linear-systems
Last synced: 15 Jul 2026
https://github.com/aostrun/matrix-lup
Matrix implementation that includes LU/LUP decomposition and solving basic linear equations
linear-equations lu-decomposition matrix-decompositions matrix-factorization python
Last synced: 19 Apr 2025
https://github.com/rwl/lufact_rs
Sparse LU factorization with partial pivoting in Rust
gilbert-peierls lu-decomposition sparse-linear-solver sparse-linear-systems
Last synced: 25 Jun 2026
https://github.com/csfelix/nlp-2.1-matrix-decomposition
π¬ Algorithms to Decompose Matrices
eigen-decomposition linear-algebra lu lu-decomposition math matrix-decomposition plu plu-decomposition qr qr-decomposition singular-value-decomposition spectral-decomposition svd svd-decomposition
Last synced: 21 Feb 2026
https://github.com/ghonimo/linear-equations-solver-with-parallel-lu-decomposition-ece588
A system of linear equations solver with a parallel LU Decomposition algorithm implemented using Pthreads at its core. C/C++ implementations with and without pivoting. Thoroughly documented and benchmarked on an intel linux system and a macbook pro with Apple Silicon M3pro chip. This project was developed as a project at Portland State University
apple-silicon benchmark decomposition hpc hyperthreading intel linear lu lu-decomposition m3-chip m3pro matrix matrix-factorization matrix-generation parallel-computing parallel-programming portland-state-university pthreads solver
Last synced: 15 Jun 2026
https://github.com/sinshu/matflat
A subset of BLAS and LAPACK routines implemented in pure C#
cholesky-decomposition linear-algebra lu-decomposition matrix numerics qr-decomposition singular-value-decomposition
Last synced: 11 Sep 2025
https://github.com/baranovserv/mathmod
ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ° Python Π΄Π»Ρ ΡΠΈΡΠ»Π΅Π½Π½ΠΎΠ³ΠΎ ΠΌΠΎΠ΄Π΅Π»ΠΈΡΠΎΠ²Π°Π½ΠΈΡ
chole false-position-method gauss-seidel linear-algebra-library llt lu-decomposition newton-method relaxation secant-method
Last synced: 08 Jun 2026
https://github.com/unvercan/quadratic-equation-solver
Quadratic Equation Solver with Linear Algebra using LU and QR decomposition
cmake cpp cpp11 decomposition eigen equation linear-algebra lu-decomposition matrix optimization qr-decomposition quadratic-equations
Last synced: 27 Jul 2025
https://github.com/unvercanunlu/quadratic-equation-solver
Quadratic Equation Solver with Linear Algebra using LU and QR decomposition
cmake cpp cpp11 decomposition eigen equation linear-algebra lu-decomposition matrix optimization qr-decomposition quadratic-equations
Last synced: 03 Jul 2026
https://github.com/kabicm/lu
LU-factorization with Scalapack
distributed lu-decomposition lu-factorization mkl scalapack
Last synced: 04 Apr 2025
https://github.com/njdevpro/rmatrix
A simple matrix library written in Rust, with LU decomposition, equation solving, inversion and more.
linear-algebra lu-decomposition matrix matrix-factorization matrix-functions rust
Last synced: 09 Mar 2026
https://github.com/jacobwilliams/lusol
Fortran Package Manager library for LUSOL
fortran fortran-package-manager linear-algebra lu-decomposition lu-factorization lusol matrix-factorization sparse-linear-algebra sparse-matrix
Last synced: 19 Mar 2026
https://github.com/hbarquanta/numerical-linear-algebra
Numerical Linear Algebra
cholesky-decomposition conjugate-gradient factorization gauss-seidel-method jacobi-method linear-equations lu-decomposition partial-differential-equations qr-algorithm
Last synced: 29 Mar 2026
https://github.com/mrglaster/somematrixoperations
Python realisation of some matrix operations including LU-decomposition and determinant finding.
algorithm isu lu-decomposition math matrix matrix-inversion python russian-language study-notes
Last synced: 07 Jun 2026
https://github.com/anuraganalog/numerical-analysis
This repo contains some of the well-known algorithms for Numerical Analysis.
birgevieta c cardano descartes euler gauss-elimination gauss-jacobi gauss-jorda gauss-seidel graeffe interpolation inverse-using-guass-jordan lu-decomposition milne numerical-analysis picard ramanujan runge-kutta simphson trapezoidal
Last synced: 25 May 2026
https://github.com/sudipto3331/lu-decomposition-numerical-method-implementation-in-python
This repository contains a Python implementation of the LU Decomposition method for solving systems of linear equations. The code reads coefficients from an Excel file (`read.xls`), performs LU Decomposition to factorize the matrix into lower and upper triangular matrices, and then solves the system of equations.
excel excel-export lu-decomposition numerical-analysis numerical-methods python3
Last synced: 12 Jun 2026
https://github.com/subhash-777/multilayer-qr-encryption
Multiple level QR code encryption using LU decompositon and PCA.
lu-decomposition pca python qrcode-encryption
Last synced: 10 Apr 2025
https://github.com/joyel124/lu_app
FactoLU App made with Flutter.
calculator-application flutter linear-algebra lu-decomposition matrix plu-decomposition
Last synced: 19 May 2026
https://github.com/lorenzopaleari/asl-matrix-exponential-c
Highly optimised C implementation of matrix exponential using Al-Mohy & Higham's algorithm, featuring advanced performance techniques like vectorization and LU decomposition.
avx2 blocking efficient high-performance lu-decomposition matrix matrix-exponential vectorization
Last synced: 10 Jul 2026
https://github.com/trizen/math-matrixlup
Math::MatrixLUP - Perl 5 library for matrix operations and LUP decomposition.
lu-decomposition lup-decomposition math matrix perl-module perl5 perl5-module
Last synced: 26 Feb 2026